mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-09 04:47:58 +00:00
Trunk
This commit is contained in:
parent
72f45b028d
commit
377c07d6b0
@ -1,5 +1,5 @@
|
||||
#include "../userPrefs.h"
|
||||
#include "ButtonThread.h"
|
||||
#include "../userPrefs.h"
|
||||
#include "configuration.h"
|
||||
#if !MESHTASTIC_EXCLUDE_GPS
|
||||
#include "GPS.h"
|
||||
|
12
userPrefs.h
12
userPrefs.h
@ -80,19 +80,19 @@ static unsigned char USERPREFS_ADMIN_KEY[] = {0xcd, 0xc0, 0xb4, 0x3c, 0x53, 0x24
|
||||
*
|
||||
* Fixed GPS is Eiffel Tower, Paris, France
|
||||
*/
|
||||
//#define USERPREFS_FIXED_GPS
|
||||
//#define USERPREFS_FIXED_GPS_LAT 48.85873920
|
||||
//#define USERPREFS_FIXED_GPS_LON 2.294508368
|
||||
//#define USERPREFS_FIXED_GPS_ALT 0
|
||||
// #define USERPREFS_FIXED_GPS
|
||||
// #define USERPREFS_FIXED_GPS_LAT 48.85873920
|
||||
// #define USERPREFS_FIXED_GPS_LON 2.294508368
|
||||
// #define USERPREFS_FIXED_GPS_ALT 0
|
||||
|
||||
/*
|
||||
* Set Fixed Bluetooth paring code
|
||||
*/
|
||||
//#define USERPREFS_FIXED_BLUETOOTH 121212
|
||||
// #define USERPREFS_FIXED_BLUETOOTH 121212
|
||||
|
||||
/*
|
||||
* Will overwrite BUTTON_PIN if set
|
||||
*/
|
||||
//#define USERPREFS_BUTTON_PIN 36
|
||||
// #define USERPREFS_BUTTON_PIN 36
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user