fix: no TX messages in serial print

moved menu icon to the right
This commit is contained in:
lumapu 2022-10-23 20:06:00 +02:00
parent 21d7d13d50
commit 4ad6219be7
2 changed files with 4 additions and 2 deletions

View file

@ -23,6 +23,7 @@ app::app() {
loadDefaultConfig();
mSys = new HmSystemType();
mSys->enableDebug();
mShouldReboot = false;
}