Fix WebCfg ota link

This commit is contained in:
iranl
2024-03-03 23:01:52 +01:00
parent ac37cafc99
commit 63d35e5739
4 changed files with 12 additions and 12 deletions

View File

@@ -58,6 +58,7 @@
#define preference_has_mac_byte_0 "macb0"
#define preference_has_mac_byte_1 "macb1"
#define preference_has_mac_byte_2 "macb2"
#define preference_latest_version "latest"
class DebugPreferences
{
@@ -78,7 +79,7 @@ private:
preference_register_as_app, preference_command_nr_of_retries,
preference_command_retry_delay, preference_cred_user, preference_cred_password, preference_publish_authdata,
preference_publish_debug_info, preference_presence_detection_timeout,
preference_has_mac_saved, preference_has_mac_byte_0, preference_has_mac_byte_1, preference_has_mac_byte_2,
preference_has_mac_saved, preference_has_mac_byte_0, preference_has_mac_byte_1, preference_has_mac_byte_2, preference_latest_version,
};
std::vector<char*> _redact =
{