Detect GPS module

This commit is contained in:
Just Call Me Koko
2023-08-30 15:57:44 -04:00
parent 3c9458e0f5
commit 0106081308
6 changed files with 78 additions and 41 deletions

View File

@@ -16,7 +16,9 @@
//#include "a32u4_interface.h"
#include "settings.h"
#include "GpsInterface.h"
#ifdef HAS_GPS
#include "GpsInterface.h"
#endif
#ifdef HAS_BUTTONS
#include <SwitchLib.h>
@@ -36,7 +38,10 @@ extern BatteryInterface battery_obj;
//extern A32u4Interface a32u4_obj;
extern Settings settings_obj;
extern GpsInterface gps_obj;
#ifdef HAS_GPS
extern GpsInterface gps_obj;
#endif
#define FLASH_BUTTON 0