Skip to content

Commit 5f49384

Browse files
Minor fix to reable build
1 parent a02cb6f commit 5f49384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sensatio_FW_ESP8266.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
VisualisationHelper* vHelper;
3333
Display* display = NULL;
3434

35-
const int currentVersion = 42;
36-
const boolean printMemory = false;
35+
int currentVersion = 42;
36+
boolean printMemory = false;
3737

3838
//String board = "Generic";
3939
//char firmwareType[] = "ESP8266";

0 commit comments

Comments
 (0)