Skip to content

Commit

Permalink
upodate version
Browse files Browse the repository at this point in the history
  • Loading branch information
rackrick committed May 22, 2021
1 parent 44108f8 commit 8bc1e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/MoonWatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void MoonWatch::setupMonitor() {
lcd = DisplayFactory::getInstance(static_cast<RP::eDisplayMode>(config.general.display)); //TODO: from config
String loadMsg[] = {
"MoonWatch",
"V0.11"
"V0.12"
};
lcd->showStatusMsg(loadMsg, 2);
delay(2000);
Expand Down

0 comments on commit 8bc1e65

Please sign in to comment.