Commit Graph

8 Commits

Author SHA1 Message Date
Carter Nelson e062c4b05e
Merge pull request #132 from wijnanb/131_add_parse_for_antenna_stats
131 add parse for antenna stats
2022-07-18 14:34:14 -07:00
lady ada 7800a6e30f tweak header description 2021-02-07 16:54:12 -05:00
Bert Wijnants 6abd6f3548 #131 add antenna status to parsing example 2021-02-04 22:49:50 +01:00
Edgar Bonet 939534d580 Correct handling of millis() rollover
millis() returns an unsigned long integer, and C++ guarantees that
arithmetics on this type work modulo (ULONG_MAX+1). This behavior
ensures that computing a delay as

    millis() - previousMillis

yields the correct result across millis() rollover events, as long as
the time actually elapsed is less than about 49.7 days.
2020-02-20 22:03:34 +01:00
ladyada 418d265a74 fix more skips 2020-01-17 16:11:19 -05:00
Matt Goodrich efa9bfd857 Fix for #41 and #68 time parsing issues, based on fixes from HamishB 2019-05-16 11:55:42 -04:00
Matt Goodrich bf079ad2cd Skip tests for unsupported platforms; removed do nothing pieces 2019-03-14 17:05:30 -04:00
Matt Goodrich d7c9f848f6 Updated examples, split into HardwareSerial and SoftwareSerial; Removed NewSoftSerial 2019-03-14 14:22:28 -04:00