We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when adding the sleep library (https://github.com/opencarecc/inpe/tree/0.1-t03_10/software/utilities/Sleep_Library) to https://github.com/opencarecc/inpe/blob/0.1-t03_10/software/inpe-t03_010/inpe-t03_010.ino the system freezes when entering sys_sleep_in_callback
sys_sleep_in_callback
commenting all the functions inside sys_sleep_in_callback will still make the system freeze. I think it has to do with VM_TIMER_ID_PRECISE used also inside https://github.com/opencarecc/inpe/blob/0.1-t03_10/software/inpe-t03_010/sensor_loop.cpp
VM_TIMER_ID_PRECISE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when adding the sleep library (https://github.com/opencarecc/inpe/tree/0.1-t03_10/software/utilities/Sleep_Library) to https://github.com/opencarecc/inpe/blob/0.1-t03_10/software/inpe-t03_010/inpe-t03_010.ino the system freezes when entering
sys_sleep_in_callback
commenting all the functions inside
sys_sleep_in_callback
will still make the system freeze.I think it has to do with
VM_TIMER_ID_PRECISE
used also inside https://github.com/opencarecc/inpe/blob/0.1-t03_10/software/inpe-t03_010/sensor_loop.cppThe text was updated successfully, but these errors were encountered: