ntrip client safe without wlan

This commit is contained in:
2022-12-14 08:45:46 +01:00
parent 1f80548797
commit d431fa72bb
5 changed files with 46 additions and 18 deletions
+7 -1
View File
@@ -206,9 +206,10 @@ void callbackControllerConnect() {
// because after the setup the other core control the display.
if (firstConnect) {
lcd->init();
main_m->printMenu();
firstConnect = false;
}
main_m->printMenu();
}
void callbackControllerDisconnect() {
@@ -261,6 +262,11 @@ void makeMenu() {
auto disconnectController = [&]() {
disconnectPs3 = true;
lcd->clear();
lcd->setCursor(0, 0);
lcd->print("Controller is");
lcd->setCursor(0, 1);
lcd->print("disconnected.");
};
// Create Menu