mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-17 22:59:57 +08:00
fix(log): Fix log time mismatch
When system startup, using 2*crystal as clock source.
This commit is contained in:
@ -113,7 +113,7 @@ void esp_reset_reason_init(void)
|
||||
esp_reset_reason_clear_hint();
|
||||
}
|
||||
|
||||
ESP_EARLY_LOGI(TAG, "RTC reset %u wakeup %u store %u, reason is %u", hw_reset, hw_wakeup, hint, s_reset_reason);
|
||||
ESP_LOGI(TAG, "RTC reset %u wakeup %u store %u, reason is %u", hw_reset, hw_wakeup, hint, s_reset_reason);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user