mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
example: Updated https_request example to fail when time is not synced.
Also added additional server for syncing time
This commit is contained in:
@@ -280,7 +280,7 @@ void app_main(void)
|
||||
}
|
||||
|
||||
const esp_timer_create_args_t nvs_update_timer_args = {
|
||||
.callback = &fetch_and_store_time_in_nvs,
|
||||
.callback = (void *)&fetch_and_store_time_in_nvs,
|
||||
};
|
||||
|
||||
esp_timer_handle_t nvs_update_timer;
|
||||
|
Reference in New Issue
Block a user