remove a few DSR Router bits for S&F Module

This commit is contained in:
Thomas Göttgens
2022-11-28 21:58:30 +01:00
parent fe95247d56
commit f3c5a01daf
5 changed files with 3 additions and 15 deletions

View File

@@ -237,7 +237,7 @@ esp_sleep_wakeup_cause_t doLightSleep(uint64_t sleepMsec) // FIXME, use a more r
// We want RTC peripherals to stay on
esp_sleep_pd_config(ESP_PD_DOMAIN_RTC_PERIPH, ESP_PD_OPTION_ON);
#ifdef BUTTON_NEED_PULLUP
#if defined(BUTTON_PIN) && defined(BUTTON_NEED_PULLUP)
gpio_pullup_en((gpio_num_t)BUTTON_PIN);
#endif