DNS, web ui nearly done, great log streaming, attempted https (abandoned that though)

This commit is contained in:
Thaddeus Hughes
2025-12-30 18:51:11 -06:00
parent 012d28ae14
commit d46cb252fb
134 changed files with 19226 additions and 740 deletions

View File

@@ -16,9 +16,9 @@
#define SENSOR_DEBOUNCE_US 500 // Reduced to 0.5 ms for responsiveness
typedef enum {
SENSOR_DRIVE = 0,
SENSOR_JACK = 1,
N_SENSORS = 2
SENSOR_SAFETY = 0,
SENSOR_DRIVE = 1,
N_SENSORS = 2
} sensor_t;
void reset_sensor_counter(sensor_t i);