Merge pull request #30 from girtsf/fix-build

fix the build: remove includes for TinyGPS that's not longer used or …
1.2-legacy
Kevin Hester 2020-03-15 14:30:04 -07:00 zatwierdzone przez GitHub
commit 3c9be48445
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -24,7 +24,6 @@
#include "configuration.h"
#include "rom/rtc.h"
#include <driver/rtc_io.h>
#include <TinyGPS++.h>
#include <Wire.h>
#include "BluetoothUtil.h"
#include "MeshBluetoothService.h"
@ -418,4 +417,4 @@ void loop()
msecstosleep = 10;
delay(msecstosleep);
}
}

Wyświetl plik

@ -1,7 +1,6 @@
#include "configuration.h"
#include "rom/rtc.h"
#include <driver/rtc_io.h>
#include <TinyGPS++.h>
#include <Wire.h>
#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
#endif