Discovery didn't set online status

This commit is contained in:
2026-04-15 00:44:22 +02:00
parent a9fc7cd0ed
commit 036fa045f8
2 changed files with 8 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ static const uint8_t GAUGE_COUNT = 2;
static const uint8_t LED_DATA_PIN = 22;
// For now: commands come over USB serial
#define CMD_PORT Serial
#define CMD_PORT Serial1
#define DEBUG_PORT Serial
struct GaugePins {