more specific message

This commit is contained in:
Morgan 'ARR\!' Allen 2019-09-24 21:40:53 -07:00
parent f07278587c
commit e756e5405f

View file

@ -112,7 +112,7 @@ esp_err_t _http_event_handle(esp_http_client_event_t *evt) {
} }
void enter_sleep() { void enter_sleep() {
ESP_LOGI(TAG, "Enter deep sleep"); ESP_LOGI(TAG, "Enter sleep");
static spi_transaction_t trans[SPI_BUF]; static spi_transaction_t trans[SPI_BUF];