Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueforcer committed Feb 22, 2023
1 parent 2bb8bad commit a61cd0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SystemManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OLEDDisplayUi ui(&display);
#define DISPLAY_WIDTH 128 // OLED display width, in pixels
#define DISPLAY_HEIGHT 64 // OLED display height, in pixels

const char *VERSION = "2.1";
const char *VERSION = "2.11";

time_t now;
tm timeInfo;
Expand Down
2 changes: 1 addition & 1 deletion src/SystemManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class SystemManager_
SystemManager_() = default;

public:
const char *VERSION = "2.1";
const char *VERSION = "2.11";
String MQTT_HOST;
uint16_t MQTT_PORT = 1883;
String MQTT_USER;
Expand Down

0 comments on commit a61cd0a

Please sign in to comment.