]> granicus.if.org Git - esp-idf/commit
smartconfig_ack.c : Fixed the declaration of remote_ip in sc_ack_send_task()
authorSachin Parekh <sachin.parekh@espressif.com>
Tue, 3 Jul 2018 10:39:49 +0000 (16:09 +0530)
committerSachin Parekh <sachin.parekh@espressif.com>
Tue, 3 Jul 2018 10:58:24 +0000 (16:28 +0530)
commite5049021ed68fb8b361d1d155afae0c3b7bbd676
tree69fddb4274914b43fe75ee2890a0b84fb06f09e0
parent909eec9c3b174a080e8fed10c0315d43ded5dfd5
smartconfig_ack.c : Fixed the declaration of remote_ip in sc_ack_send_task()

remote_ip was declared to be a pointer to an address that was
overwritten in later stage thus changing the address pointed by remote_ip

esp_smartconfig.h : Fixed a typo. station_config to wifi_config_t

Signed-off-by: Sachin Parekh <sachin.parekh@espressif.com>
components/esp32/include/esp_smartconfig.h
components/smartconfig_ack/smartconfig_ack.c