Hi Guys,
I want to disable sleep to allow us to debug in realtime our application, most of the posts here talk about undefining deep sleep and extended sleep in a config file however this seems to have moved in SDK5. Could someone clarify how to do it in the latest SDK?
Thanks
马克
Keywords:
Device:
Hi tzukuri,
In the SDK5 go to the user_config.h file, find the app_default_sleep_mode and set it to ARCH_SLEEP_OFF value instead of ARCH_EXT_SLEEP_ON.
Thanks MT_dialog