serial debugging console implemented, enable via config.h

This commit is contained in:
2026-02-01 18:43:06 +01:00
parent fbd18b2e78
commit f9bcfbd5f2
2 changed files with 45 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ constexpr uint8_t BATCH_QUEUE_DEPTH = 10;
constexpr BatchRetryPolicy BATCH_RETRY_POLICY = BatchRetryPolicy::Keep;
constexpr uint32_t WATCHDOG_TIMEOUT_SEC = 120;
constexpr bool ENABLE_HA_DISCOVERY = true;
constexpr bool SERIAL_DEBUG_MODE = true;
constexpr uint8_t NUM_SENDERS = 1;
inline constexpr uint16_t EXPECTED_SENDER_IDS[NUM_SENDERS] = {