Skip to content
Snippets Groups Projects
Commit c6e23818 authored by Moritz Perschke's avatar Moritz Perschke
Browse files

now using UTC

parent 3282516a
No related branches found
No related tags found
5 merge requests!39Merge Develop into Main,!19development into master,!17Inital Host, initial Client,!3Merge Branch `develop` into `sensor_readout`,!1Espnow
......@@ -8,7 +8,7 @@ uint8_t BROADCAST_MAC[] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; // leaving this
bool host_defined = false;
esp_now_peer_info_t hostInfo;
Preferences preferences;
ESP32Time rtc(7200);
ESP32Time rtc;
void on_data_sent(const uint8_t *mac_addr, esp_now_send_status_t status){
// go to sleep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment