This commit is contained in:
2024-02-09 08:57:25 +01:00
parent c270a764f2
commit 2d32523317
5 changed files with 33 additions and 22 deletions

View File

@ -173,6 +173,7 @@ void M5LCD::set_dolibarr_status(AvailableComponentsStatus status) {
void M5LCD::update_dashboard() const {
if (this->_current_page == DASHBOARD_SCREEN) {
M5.Lcd.clear();
this->show_dashboard();
}
}