Removed some debug printfs.
FossilOrigin-Name: f2c66375092efbd30f50b3ec0ab405e4e38c4f2d3eaa997fc6dc04f4f118c444
This commit is contained in:
parent
49745425d4
commit
583c06d917
@ -390,7 +390,7 @@ static int init_listen_addrs()
|
||||
|
||||
if (ifa->ifa_addr->sa_family == AF_INET && conf_ipv4) {
|
||||
sock_addrtostr(ifa->ifa_addr, str, 100,0);
|
||||
printf("The converter has %s\n",str);
|
||||
// printf("The converter has %s\n",str);
|
||||
// *strchr(str, ':') = 0;
|
||||
conf_listen_addrs[ctr] =
|
||||
(char *) cw_setstr((uint8_t **) & conf_listen_addrs[ctr],
|
||||
@ -402,7 +402,7 @@ static int init_listen_addrs()
|
||||
if (ifa->ifa_addr->sa_family == AF_INET6 && conf_ipv6) {
|
||||
sock_addrtostr(ifa->ifa_addr, str, 100,0);
|
||||
|
||||
printf("The converter has %s\n",str);
|
||||
// printf("The converter has %s\n",str);
|
||||
|
||||
if (strncmp(str, "fe80:", 5) == 0) {
|
||||
strcat(str, "%");
|
||||
|
@ -334,9 +334,6 @@ static cw_action_out_t actions_out[] = {
|
||||
}
|
||||
,
|
||||
|
||||
// {CW_MSG_CONFIGURATION_STATUS_REQUEST, CW_ITEM_RADIO_ADMINISTRATIVE_STATE, 0,
|
||||
// CW_ELEM_RADIO_ADMINISTRATIVE_STATE, NULL, cw_out_radio_administrative_states, cw_out_get_config,1}
|
||||
|
||||
|
||||
|
||||
/* ---------------------------------------------------------------
|
||||
|
@ -1,6 +1,13 @@
|
||||
{
|
||||
"ecn_support":"0",
|
||||
"location_data":"Superposition",
|
||||
"result_code":"21",
|
||||
"wtp_board_data":{
|
||||
"model_no":"W-FAT",
|
||||
"serial_no":"0000",
|
||||
"vendor_id":"11591",
|
||||
"wtp_board_macadddress":""
|
||||
},
|
||||
"wtp_bootloader_version":"11591,W-FAT-BL-0.1",
|
||||
"wtp_hardware_version":"11591,0.1",
|
||||
"wtp_name":"WFAT-004A9902FAC0",
|
||||
|
Loading…
Reference in New Issue
Block a user