From b5201f928b2e0dc4472f45d467c1e89dfe78c41c Mon Sep 17 00:00:00 2001 From: Girts Folkmanis Date: Sun, 15 Mar 2020 13:27:00 -0700 Subject: [PATCH] fix the build: remove includes for TinyGPS that's not longer used or in deps --- src/main.cpp | 3 +-- src/sleep.cpp | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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