remove unused variables

This commit is contained in:
technyon
2024-11-24 05:41:46 +01:00
parent 4bcd3f6af0
commit 335a9f6dba
2 changed files with 2 additions and 3 deletions

View File

@@ -85,9 +85,7 @@ private:
char _mqttPath[181] = {0};
bool _firstTunerStatePublish = true;
int64_t _lastMaintenanceTs = 0;
bool _haEnabled = false;
bool _reconnected = false; //SETBACK
bool _disableNonJSON = false;
String _keypadCommandName = "";