#pragma once #include #include "constants.h" #include #include extern bool rtcset; extern bool NTPupdated; extern ESP32Time rtc; extern bool rx_rtc_avail; bool init_rtc(); void set_time(time_t time);