diff --git a/main/main.c b/main/main.c index 771342d..f70feca 100644 --- a/main/main.c +++ b/main/main.c @@ -112,7 +112,7 @@ esp_err_t _http_event_handle(esp_http_client_event_t *evt) { } void enter_sleep() { - ESP_LOGI(TAG, "Enter deep sleep"); + ESP_LOGI(TAG, "Enter sleep"); static spi_transaction_t trans[SPI_BUF];