We are using non_os_sdk 2.0 with and facing following problem with os_timer_arm() api.
os_timer_arm() api takes timer value in milliseconds and it is a unsigned 32 bit integer parameter. But timer is not triggered if we set timer value 6871000 (6871 seconds and above) though it works fine if the timer value is 6870000 msec (6870 sec or less). As a result we can not run a timer even for two hours duration (7200 sec) whereas application needs timer up to 8 hours.
I would like to know where is this limitation in the SDK and is there any patch to fix the problem?
We are home automation company and have thousands of live devices facing this issue. We can update them through FOTA once the solution is found.
Help from esp team will be very helpful.Statistics: Posted by gailu — Thu Mar 05, 2020 1:42 am
]]>