After modifying all pio settings to allow for Ublox GPS alternative, defaults to L76k; TODO code to implement Ublox

This commit is contained in:
John Poole 2026-04-03 14:35:33 -07:00
commit b5ff96d6a9
11 changed files with 700 additions and 14 deletions

View file

@ -63,8 +63,8 @@
#define FW_BUILD_UTC "unknown"
#endif
#if (NODE_SLOT_INDEX < 0) || (NODE_SLOT_INDEX > 4)
#error "NODE_SLOT_INDEX must be 0..4"
#if (NODE_SLOT_INDEX < 0) || (NODE_SLOT_INDEX > 6)
#error "NODE_SLOT_INDEX must be 0..6"
#endif
static const uint32_t kSerialDelayMs = 1000;