diff --git a/src/main.cpp b/src/main.cpp index 861f8cef..e9066924 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,7 +24,6 @@ #include "configuration.h" #include "rom/rtc.h" #include -#include #include #include "BluetoothUtil.h" #include "MeshBluetoothService.h" @@ -418,4 +417,4 @@ void loop() msecstosleep = 10; delay(msecstosleep); -} \ No newline at end of file +} diff --git a/src/sleep.cpp b/src/sleep.cpp index b253d6e0..5d13dc35 100644 --- a/src/sleep.cpp +++ b/src/sleep.cpp @@ -1,7 +1,6 @@ #include "configuration.h" #include "rom/rtc.h" #include -#include #include #include "BluetoothUtil.h" #include "MeshBluetoothService.h" @@ -246,4 +245,4 @@ void enableModemSleep() config.light_sleep_enable = false; DEBUG_MSG("Sleep request result %x\n", esp_pm_configure(&config)); } -#endif \ No newline at end of file +#endif