Добавляем возмодность изменить заголовок и содержимое выводимой информации

This commit is contained in:
2022-01-12 11:05:56 +03:00
parent e979711372
commit 5a029fb159
2 changed files with 13 additions and 8 deletions

View File

@@ -19,6 +19,7 @@ class SensorLCD2004 {
void writeLCD2004();
void execute(String command);
String _key;
void printBlankStr(int strSize);
private:
unsigned long currentMillis;