Add increment_day function to ESPTime (#2955)

This commit is contained in:
Rebbe Pod
2022-01-24 15:54:46 -05:00
committed by GitHub
parent 6a2c58fcc0
commit ef5d959788
2 changed files with 19 additions and 0 deletions
@@ -90,6 +90,8 @@ struct ESPTime {
/// Increment this clock instance by one second.
void increment_second();
/// Increment this clock instance by one day.
void increment_day();
bool operator<(ESPTime other);
bool operator<=(ESPTime other);
bool operator==(ESPTime other);