Fix AWS IoT

This commit is contained in:
Hadinger 2019-12-21 22:38:49 +01:00
parent 7d97a5fcd9
commit 486894781f
1 changed files with 1 additions and 1 deletions

View File

@ -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