jack sensor re-added/re-integrated

This commit is contained in:
Thaddeus Hughes
2026-02-06 07:23:57 -06:00
parent a1a8313525
commit 26c3058c23
3 changed files with 15 additions and 7 deletions

View File

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