mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-08-14 23:49:56 +00:00
Distinguishes 'no timestamp field' (returns -1) from real epoch-0 (returns 0). Adds jsonNumberOk helper that returns (value, bool). The collectSamples guard 'advertTS < 0' correctly filters missing timestamps while allowing epoch-0 through to isDefaultEpoch. Updates TestExtractTimestamp to verify both cases. Review item #1 on PR #907.