Skip to content

Commit

Permalink
Update ZdisplaySSD1306.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH committed Mar 27, 2023
1 parent 2702c8f commit 592348f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/ZdisplaySSD1306.ino
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ bool SSD1306Config_load() {
displayMetric = jo["displaymetric"].as<bool>();
idlelogo = jo["idlelogo"].as<bool>();
displayFlip = jo["display-flip"].as<bool>();
Log.notice(F("Saved SSD1306 config loaded" CR));
return true;
} else {
preferences.end();
Expand Down

0 comments on commit 592348f

Please sign in to comment.