mirror of https://github.com/arendst/Tasmota.git
Fix AWS IoT
This commit is contained in:
parent
7d97a5fcd9
commit
486894781f
|
@ -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…
Reference in New Issue