Allow specifying deep sleep wakup clock time (#3312)

This commit is contained in:
Jesse Hills
2022-04-13 12:55:26 +12:00
committed by GitHub
parent b622a8fa58
commit 8be704e591
5 changed files with 118 additions and 8 deletions
@@ -88,6 +88,8 @@ struct ESPTime {
/// Convert this ESPTime instance back to a tm struct.
struct tm to_c_tm();
static int32_t timezone_offset();
/// Increment this clock instance by one second.
void increment_second();
/// Increment this clock instance by one day.