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 93ed063 commit a868e13Copy full SHA for a868e13
Common/Inc/config.h
@@ -11,9 +11,11 @@
11
#define MOTOR_CONTROLLER_K2 0x10F8108D
12
#define MOTOR_CONTROLLER 0xFF
13
#define MOTOR_CONTROLLER_WARN MOTOR_CONTROLLER - WARN_OFFSET
14
+
15
// BMS
16
#define BMS_BOARD 0xFF
17
#define BMS_BOARD_WARN BMS_TEMP - WARN_OFFSET
18
19
// SENSORS
20
#define SENSOR_BOARD_1 0xFF
21
#define SENSOR_BOARD_1_WARN SENSOR_BOARD_1 - WARN_OFFSET
0 commit comments