mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
Merge pull request #7286 from s-hadinger/fix_aws_v8
Fix AWS IoT won't compile
This commit is contained in:
commit
acb7a51ebf
@ -1355,7 +1355,7 @@ void SettingsDelta(void)
|
||||
} else {
|
||||
char aws_mqtt_host[66];
|
||||
snprintf_P(aws_mqtt_host, sizeof(aws_mqtt_host), PSTR("%s%s"), temp9, temp7);
|
||||
SettingsUpdateText(SET_MQTT_HOST, mqtt_host);
|
||||
SettingsUpdateText(SET_MQTT_HOST, aws_mqtt_host);
|
||||
SettingsUpdateText(SET_MQTT_USER, "");
|
||||
}
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user