Merge branch 'master' into develop

This commit is contained in:
2024-02-09 08:58:02 +01:00
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();
}
}