ntrip, testMode, zed9 gnss modul

This commit is contained in:
2022-09-13 20:31:52 +02:00
parent c7cb0d3895
commit af6cb98898
43 changed files with 907 additions and 262 deletions
+4
View File
@@ -21,6 +21,10 @@ void Menu::addEntry(MenuAction* entry) {
this->selectedEntry = this->entrys.begin();
}
bool Menu::isInSubmenu() {
return this->inSubmenu;
}
void Menu::printMenu() {
if (this->lcd) {
lcd->clear();