Skip to content

Commit 2d8ac6d

Browse files
committed
Revert "Don't update display if bright is zero"
This reverts commit cb5b66f.
1 parent cb5b66f commit 2d8ac6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tinyGS/src/Status.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct TextFrame {
6262
};
6363

6464
struct Status {
65-
const uint32_t version = 2104171; // version year month day release
65+
const uint32_t version = 2104160; // version year month day release
6666
const char* git_version = GIT_VERSION;
6767
bool mqtt_connected = false;
6868
bool radio_ready = false;

tinyGS/tinyGS.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ void loop() {
208208

209209
mqtt.loop();
210210
OTA::loop();
211-
if (configManager.getOledBright() != 0) displayUpdate();
211+
displayUpdate();
212212
}
213213

214214
void setupNTP()

0 commit comments

Comments
 (0)