firmware: expose GPS NMEA diagnostics

This commit is contained in:
2026-07-17 02:21:59 -06:00
parent 07559da6c0
commit 1bf4530517
5 changed files with 15 additions and 4 deletions
+2
View File
@@ -17,6 +17,8 @@ def test_transport_contract():
assert token in text
assert "USB_TELEMETRY_ENABLED" in text
assert "serializeJson(doc, Serial)" in text
assert 'createNestedObject("nmea")' in text
assert 'nmea["sentences_passed"]' in text
def test_loop_is_non_blocking():
loop = source("xiao-esp32c6-sensor-node.ino").split("void loop()", 1)[1]