added duplicate console to mqtt

This commit is contained in:
2022-02-14 19:31:24 +01:00
parent 6cacea2df3
commit 3a2e51713b
19 changed files with 262 additions and 166 deletions
@@ -69,8 +69,8 @@ void MenuAutopilot::printMenu() {
this->lcd->setCursor(0, 1);
this->lcd->print(buf2);
} else
std::cout << buf1 << " " << buf2 << std::endl;
}
std::cout << buf1 << " " << buf2 << std::endl;
}
void MenuAutopilot::update() {