fix some calloc bug
1. some calloc fix 2. fix some document error 3. refactor kv API, to be compatible with ota API
This commit is contained in:
@@ -26,8 +26,8 @@ void wifi_init_sta(void)
|
||||
uint8_t macaddr[6] = {0}, macaddr_default[6] = {0};
|
||||
wifi_config_t wifi_config = {
|
||||
.sta = {
|
||||
.ssid = "LN882x-AP",
|
||||
.password = "",
|
||||
.ssid = "SheldonDai",
|
||||
.password = "srnr6x9xbhmb0",
|
||||
0,
|
||||
},
|
||||
};
|
||||
@@ -198,7 +198,7 @@ void application_entry(void *arg)
|
||||
};
|
||||
|
||||
tcp_server_echo_task_creat(8087);
|
||||
tcp_client_echo_task_creat((uint8_t *)"120.76.100.197", 10002);//ͨ<><CDA8>è<EFBFBD><C3A8><EFBFBD><EFBFBD>(IP:120.76.100.197) 10002<30>˿<EFBFBD>
|
||||
tcp_client_echo_task_creat((uint8_t *)"39.108.190.129", 8000);//ͨ<><CDA8>è<EFBFBD><C3A8><EFBFBD><EFBFBD>(IP:120.76.100.197) 10002<30>˿<EFBFBD>
|
||||
|
||||
while(1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user