Chat freely about anything...

User avatar
By cjwmusic
#1827 i am developing with 0.6 SDK,How can I delete this debug info like below--->



mode : softAP
dhcp server start...
user code done


Tks so much,
Junwei
User avatar
By 0ff
#1846 You need to install a system-wide putc function, that will be used by the internal libs.
Try with os_install_putc1((void *)emptyfunction); where empty function is just a void doing nothing.
This would mute the system output.