Add GPS data function

This commit is contained in:
Just Call Me Koko
2023-09-01 15:20:10 -04:00
parent 86328d2788
commit 26a46d6c4d
7 changed files with 76 additions and 12 deletions

View File

@@ -16,10 +16,6 @@
//#include "a32u4_interface.h"
#include "settings.h"
#ifdef HAS_GPS
#include "GpsInterface.h"
#endif
#ifdef HAS_BUTTONS
#include <SwitchLib.h>
extern SwitchLib u_btn;
@@ -38,11 +34,6 @@ extern BatteryInterface battery_obj;
//extern A32u4Interface a32u4_obj;
extern Settings settings_obj;
#ifdef HAS_GPS
extern GpsInterface gps_obj;
#endif
#define FLASH_BUTTON 0
#if BATTERY_ANALOG_ON == 1