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:
Jonathan Bennett
2024-10-04 12:06:02 -05:00
committed by GitHub
parent e7cfadacd8
commit 4db0c75c8e
2 changed files with 10 additions and 4 deletions

View File

@@ -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