Add buttons to /ota

This commit is contained in:
iranl
2024-02-15 22:46:47 +01:00
parent 533e78e06a
commit 8139c23785
4 changed files with 18 additions and 13 deletions

View File

@@ -64,7 +64,6 @@ public:
int mqttConnectionState(); // 0 = not connected; 1 = connected; 2 = connected and mqtt processed
const char* latestHubVersion();
const char* latestHubVersionUrl();
bool encryptionSupported();
const String networkDeviceName() const;
@@ -115,7 +114,6 @@ private:
String _lockPath;
const char* _latestVersion;
const char* _latestVersionUrl;
HTTPClient https;
Preferences* _preferences;