Skip to content

Commit 3a4b078

Browse files
authored
Merge pull request #26 from toniebox-reverse-engineering/develop
Disable feature flags (SRAM overflow)
2 parents 13cc159 + d5dbc5f commit 3a4b078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ConfigStatic.h.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
//#define WIFI_PASS "passw0rd"
1111

1212
/*Feature Flags*/
13-
#define FEATURE_FLAG_TEXT2SPEECH //PROGMEM=15216b + VARS=260b
14-
#define FEATURE_FLAG_THREADSTATS //PROGMEM=304b + VARS=1024b
13+
//#define FEATURE_FLAG_TEXT2SPEECH //PROGMEM=15216b + VARS=260b
14+
//#define FEATURE_FLAG_THREADSTATS //PROGMEM=304b + VARS=1024b

0 commit comments

Comments
 (0)