This commit is contained in:
gjelsoe 2024-11-13 17:14:32 +01:00
parent 72f45b028d
commit 377c07d6b0
3 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
#include "../userPrefs.h"
#include "ButtonThread.h" #include "ButtonThread.h"
#include "../userPrefs.h"
#include "configuration.h" #include "configuration.h"
#if !MESHTASTIC_EXCLUDE_GPS #if !MESHTASTIC_EXCLUDE_GPS
#include "GPS.h" #include "GPS.h"

View File

@ -80,19 +80,19 @@ static unsigned char USERPREFS_ADMIN_KEY[] = {0xcd, 0xc0, 0xb4, 0x3c, 0x53, 0x24
* *
* Fixed GPS is Eiffel Tower, Paris, France * Fixed GPS is Eiffel Tower, Paris, France
*/ */
//#define USERPREFS_FIXED_GPS // #define USERPREFS_FIXED_GPS
//#define USERPREFS_FIXED_GPS_LAT 48.85873920 // #define USERPREFS_FIXED_GPS_LAT 48.85873920
//#define USERPREFS_FIXED_GPS_LON 2.294508368 // #define USERPREFS_FIXED_GPS_LON 2.294508368
//#define USERPREFS_FIXED_GPS_ALT 0 // #define USERPREFS_FIXED_GPS_ALT 0
/* /*
* Set Fixed Bluetooth paring code * Set Fixed Bluetooth paring code
*/ */
//#define USERPREFS_FIXED_BLUETOOTH 121212 // #define USERPREFS_FIXED_BLUETOOTH 121212
/* /*
* Will overwrite BUTTON_PIN if set * Will overwrite BUTTON_PIN if set
*/ */
//#define USERPREFS_BUTTON_PIN 36 // #define USERPREFS_BUTTON_PIN 36
#endif #endif