Update all Menus to new Print function
This commit is contained in:
@@ -60,15 +60,7 @@ void MenuAutopilot::printMenu() {
|
||||
}
|
||||
}
|
||||
|
||||
if (this->lcd) {
|
||||
this->lcd->clear();
|
||||
this->lcd->setCursor(0, 0);
|
||||
this->lcd->print(buf1);
|
||||
this->lcd->setCursor(0, 1);
|
||||
this->lcd->print(buf2);
|
||||
|
||||
}
|
||||
std::cout << buf1 << " " << buf2 << std::endl;
|
||||
this->print(buf1, buf2);
|
||||
}
|
||||
|
||||
void MenuAutopilot::update() {
|
||||
|
||||
Reference in New Issue
Block a user