fix the build: remove includes for TinyGPS that's not longer used or in deps

This commit is contained in:
Girts Folkmanis 2020-03-15 13:27:00 -07:00
parent 0d62a2be85
commit b5201f928b
2 changed files with 2 additions and 4 deletions

View File

@ -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"

View File

@ -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"