-->
Page 1 of 1

How to delete this info?

PostPosted: Wed Oct 22, 2014 5:52 am
by cjwmusic
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

Re: How to delete this info?

PostPosted: Wed Oct 22, 2014 2:14 pm
by 0ff
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.