We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6caebf commit 2746581Copy full SHA for 2746581
core/services/baro_sensor_service.hpp
@@ -8,7 +8,7 @@
8
struct __attribute__((packed)) BAROLogEntry {
9
LogHeader header;
10
union {
11
- int digital_value;
+ double digital_value;
12
uint8_t data[MAX_LOG_PAYLOAD];
13
};
14
0 commit comments