remove unused variable

This commit is contained in:
technyon
2022-05-15 19:38:57 +02:00
parent 6bbfc4dfd0
commit a7096158a8
3 changed files with 2 additions and 3 deletions

View File

@@ -60,7 +60,6 @@ private:
NetworkDevice* _device = nullptr;
Preferences* _preferences;
String _hostname;
NetworkDeviceType _networkDeviceType;
bool _mqttConnected = false;