Skip to content

Commit

Permalink
Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
edememinov committed May 4, 2022
1 parent 4ec73dc commit 5661d69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified ActionHandler.h.d1.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion SysVariables.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//All availables variables are here
#define ServerVersion "1.0"
#define FirmwareVersion "v 0.3"
#define FirmwareVersion "v 0.4"
String webpage = "";
bool SD_present = false;

Expand Down
2 changes: 1 addition & 1 deletion macrodeck.ino
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ void loop() {
client.loop();
mqttClient.loop();
webserver.handleClient();
tft.setTextColor(TFT_BLACK, TFT_WHITE);
tft.setTextColor(TFT_WHITE, TFT_BLACK);

}

0 comments on commit 5661d69

Please sign in to comment.