logtool fix, reboot, only ap mode

This commit is contained in:
Thaddeus Hughes
2026-04-09 07:41:15 -05:00
parent 837ec18fad
commit b0b317a0fe
43 changed files with 3470 additions and 1068 deletions

View File

@@ -17,9 +17,9 @@
typedef enum {
SENSOR_SAFETY = 0, // IO27
SENSOR_JACK = 1, // IO14
SENSOR_DRIVE = 2, // IO16 on V4
SENSOR_AUX2 = 3, // IO19 on V4
SENSOR_DRIVE = 1, // IO14
SENSOR_JACK = 2, // IO16
SENSOR_AUX2 = 3, // IO19
N_SENSORS = 4
} sensor_t;