use press to cycle between screens

This commit is contained in:
geeksville
2020-02-07 17:48:12 -08:00
parent e1f06bff6d
commit 0c0d4025f1
5 changed files with 26 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ void MeshService::loop()
DEBUG_MSG("Received broadcast Owner from 0x%x, replying with our owner\n", mp->from);
sendOurOwner(mp->from);
String lcd = String("Joined: ") + mp->payload.variant.user.long_name;
String lcd = String("Joined: ") + mp->payload.variant.user.long_name + "\n";
screen_print(lcd.c_str());
}