Fixes
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
Network* Network::_inst = nullptr;
|
Network* Network::_inst = nullptr;
|
||||||
unsigned long Network::_ignoreSubscriptionsTs = 0;
|
unsigned long Network::_ignoreSubscriptionsTs = 0;
|
||||||
bool _versionPublished = false;
|
bool _versionPublished = false;
|
||||||
|
const char* headerKeys[] = {"location"};
|
||||||
|
|
||||||
RTC_NOINIT_ATTR char WiFi_fallbackDetect[14];
|
RTC_NOINIT_ATTR char WiFi_fallbackDetect[14];
|
||||||
|
|
||||||
@@ -371,7 +372,7 @@ bool Network::update()
|
|||||||
if (httpResponseCode==302) {
|
if (httpResponseCode==302) {
|
||||||
_latestVersion = https.header("location");
|
_latestVersion = https.header("location");
|
||||||
_latestVersion.replace(GITHUB_RELEASE_TAG_URL, "");
|
_latestVersion.replace(GITHUB_RELEASE_TAG_URL, "");
|
||||||
publishString(_maintenancePathPrefix, mqtt_topic_info_nuki_hub_latest, _latestVersion);
|
publishString(_maintenancePathPrefix, mqtt_topic_info_nuki_hub_latest, _latestVersion.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
https.end();
|
https.end();
|
||||||
|
|||||||
Reference in New Issue
Block a user