mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 18:52:30 +00:00
Don't use a static decleration in a header file (#4944)
* Don't use a static decleration in a header file * Actually add the rest of the commit
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#ifndef _USERPREFS_
|
||||
#define _USERPREFS_
|
||||
volatile static const char USERPREFS_TZ_STRING[] = "tzplaceholder ";
|
||||
|
||||
// Slipstream values:
|
||||
|
||||
#define USERPREFS_TZ_STRING "tzplaceholder "
|
||||
|
||||
// Uncomment and modify to set device defaults
|
||||
|
||||
// #define USERPREFS_EVENT_MODE 1
|
||||
|
||||
Reference in New Issue
Block a user