added duplicate console to mqtt
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user