Rework de la lib dolibarr

This commit is contained in:
2024-02-09 08:31:10 +01:00
parent 23258e2682
commit d2dec55110
7 changed files with 32 additions and 71 deletions

View File

@ -4,7 +4,7 @@
* M5LCD classe
*/
M5LCD::M5LCD() : _current_page(0), _logs() , _debug_loc_y(0), _components_status({COMPONENT_KO, COMPONENT_KO, COMPONENT_KO, COMPONENT_KO, COMPONENT_KO}) {
M5LCD::M5LCD() : _current_page(0), _logs() , _debug_loc_y(0), _components_status({COMPONENT_KO, COMPONENT_KO, COMPONENT_KO, COMPONENT_KO, COMPONENT_OK}) {
this->_product_id = std::string("");
this->_product_label = std::string("");
this->_last_nfc = std::string("");