Skip to content

ARGUS REDLINE v0.1.03

Latest

Choose a tag to compare

@sudorgherd sudorgherd released this 27 Jul 07:19
27bcb39

Highlights

  • Moved Hub and Node identities out of protocol.h
  • Added per-environment device IDs through PlatformIO build flags
  • Added include/device_config.h
  • Added compile-time checks for missing or conflicting IDs
  • Preserved the existing Protocol v0.1 wire format
  • Prepared the firmware for additional independently configured nodes
  • Updated Hub and Node startup reporting to v0.1.03

Validation

  • Hub build: PASS
  • Node build: PASS
  • Hub flash on COM4: PASS
  • Node flash on COM5: PASS
  • 13 consecutive command/ACK exchanges verified
  • Sequences 9–21 acknowledged without retries or malformed responses
  • Addressing verified as Hub 1 → 16 and Node ACK 16 → 1
  • CodeQL checks: PASS