Two things bug me at this time:
1. How to save the ST SSID and password into the flash as they get reset to MYAP default on every power cycle (let alone re-flashing). I think I've traced the mode changing function wifi_set_opmode to user_interface.h which exposes some of the library commands so the mode itself is persistent but SSID and password are not.
2. I'm using the Windows based SDK (no Linux for me) and I've tried the workaround to compile the flie system image but it failed. If anyone has this up and running on a Win machine and can shed some light on exactly what to do I'd much appreciate the effort.
Thx.
P.S. another quick one - is there a way to stop all printing to the UART and only have my specific functions access it? so that I can run an HTTPD server that receives some GET and POST requests and transfer only their arguments to the UART without all the current debug printing getting in the way?