- deactivate a debug print

- activate init screen
- update network config
This commit is contained in:
2024-07-19 15:33:50 +02:00
parent a7930e2915
commit f0f75d3fd3
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
LcdWrapper::LcdWrapper(LiquidCrystal_I2C *lcd)
: lcd{lcd}, changed{false}
{
this->clear();
// this->clear();
}
void LcdWrapper::run()