Change to GitHub API URL

This commit is contained in:
iranl
2024-02-08 20:50:16 +01:00
parent 4fde6d3ebb
commit 83eeaf7f6d
4 changed files with 21 additions and 14 deletions

View File

@@ -63,7 +63,8 @@ public:
void publishPresenceDetection(char* csv);
int mqttConnectionState(); // 0 = not connected; 1 = connected; 2 = connected and mqtt processed
String latestHubVersion();
const char* _latestVersion;
const char* _latestVersionUrl;
bool encryptionSupported();
const String networkDeviceName() const;