Make ESP32 firmware API fully generic

This commit is contained in:
2026-06-04 03:33:36 -06:00
parent dc42284d87
commit cc1909faaf
8 changed files with 159 additions and 711 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
#define DEVICE_NAME "Overland Controller"
// Relay Outputs
#define RELAY_STARLINK_PIN 16
#define RELAY_FRIDGE_PIN 17
#define RELAY_1_PIN 16
#define RELAY_2_PIN 17
// DS18B20 Bus
#define ONEWIRE_PIN 4