We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5b66f commit 2d8ac6dCopy full SHA for 2d8ac6d
tinyGS/src/Status.h
@@ -62,7 +62,7 @@ struct TextFrame {
62
};
63
64
struct Status {
65
- const uint32_t version = 2104171; // version year month day release
+ const uint32_t version = 2104160; // version year month day release
66
const char* git_version = GIT_VERSION;
67
bool mqtt_connected = false;
68
bool radio_ready = false;
tinyGS/tinyGS.ino
@@ -208,7 +208,7 @@ void loop() {
208
209
mqtt.loop();
210
OTA::loop();
211
- if (configManager.getOledBright() != 0) displayUpdate();
+ displayUpdate();
212
}
213
214
void setupNTP()
0 commit comments