🪵 Removes serial logging
This commit is contained in:
@@ -42,9 +42,6 @@ esp_err_t SleepService::sleep(PsychicRequest *request)
|
||||
|
||||
void SleepService::sleepNow()
|
||||
{
|
||||
#ifdef SERIAL_INFO
|
||||
Serial.println("Going into deep sleep now");
|
||||
#endif
|
||||
ESP_LOGI("SleepService", "Going into deep sleep now");
|
||||
// Callback for main code sleep preparation
|
||||
if (_callbackSleep != nullptr)
|
||||
@@ -70,10 +67,6 @@ void SleepService::sleepNow()
|
||||
esp_sleep_pd_config(ESP_PD_DOMAIN_RTC_PERIPH, ESP_PD_OPTION_OFF);
|
||||
#endif
|
||||
|
||||
#ifdef SERIAL_INFO
|
||||
Serial.println("Good by!");
|
||||
#endif
|
||||
|
||||
// Just to be sure
|
||||
delay(100);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user