Compare commits

..

No commits in common. "1057aa09de91b269768ebb5ad67d858bf6daadeb" and "89ad39d46313e8944dc125a3dc6f9693d75ad753" have entirely different histories.

View File

@ -308,7 +308,7 @@ int64_t os_time_to_esp_time(int64_t esp_now, uint32_t os_time)
return esp_time;
}
int64_t IRAM_ATTR get_current_time()
int64_t get_current_time()
{
return esp_timer_get_time() + time_offset;
}