sdk version currently in use is 3.8
it worked able to build without errors with Batt_check_enabled. how do we debug and check if the macro is working and what are the currently set voltage levels at which the macro will be triggered.
sdk version currently in use is 3.8
it worked able to build without errors with Batt_check_enabled. how do we debug and check if the macro is working and what are the currently set voltage levels at which the macro will be triggered.
not only the firmware flash region and even the tuya token/license being erased or corrupted.
Can we resume from deep sleep without losing previous variable data. Else i would need to save data to nvram everytime before deep sleep and copy from nvram on wakeup.
chip platform used bt3l . It is a matrix keypad. pressing any button on the keypad should wake up the bt3l module from deep sleep.
Hi
I am using functions from math.h exp and roundf . I have included math.h in app_common.c however i keep getting the error
undefined reference to `exp'
undefined reference to 'roundf'
how do i fix this and include math.h during build