esp32_Adafruit_GPS/examples/GPS_SoftwareSerial_LOCUS_St...
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
..
.leonardo.test.only fix more skips 2020-01-17 16:11:19 -05:00
.mega2560.test.only fix more skips 2020-01-17 16:11:19 -05:00
.uno.test.only add SD dep and only-skips 2020-01-17 15:58:18 -05:00
GPS_SoftwareSerial_LOCUS_Status.ino Correct handling of millis() rollover 2020-02-20 22:03:34 +01:00