Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
if (cfg.getValue(key5, &value[0], sizeof(value))) {usbUART.printf("'%s'='%s'\n\r", key5, value);} //lcl_port lcl_port = atoi(key5); //Update udp port usbUART.printf("lcl_port = %d\n\r", lcl_port);The first printf works, i get "44444"
The result of second = 0
What am i doing wrong?
Theo (nl)