Skip to content

Commit beacab7

Browse files
committed
fix nvs id overlapping
1 parent b4c24bc commit beacab7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/system/system.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#define RBT_CNT_ID 1
99
#define PAIRED_ID 2
10-
#define MAIN_SENSOR_DATA_ID 8
1110
#define MAIN_ACCEL_BIAS_ID 3
1211
#define MAIN_GYRO_BIAS_ID 4
1312
#define MAIN_MAG_BIAS_ID 5
@@ -19,6 +18,8 @@
1918

2019
#define SETTINGS_ID 30
2120

21+
#define MAIN_SENSOR_DATA_ID 31
22+
2223
void configure_sense_pins(void);
2324

2425
uint8_t reboot_counter_read(void);

0 commit comments

Comments
 (0)