You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried using knot_data_config with a event flag of 10 seconds, it actually only sends data to cloud in a 10 seconds interval, but when I used minicom to check its log, I've discovered that it is calling the read callback function in a very short time interval.
To Reproduce
Steps to reproduce the behavior:
I've seen this using DHT11 example using KNoT Mesh board
knot clean
knot board mesh
knot make
knot flash
minicom
Expected behavior
I've expected to only see the callback function being called every 10 seconds.
Impact
The code works properly sending data every 10 seconds, but I think this shouldn't happen once it is only supposed to be called in a 10 seconds interval.
Screenshots or console output
Environment:
OS: Ubuntu 18.04
Zephyr KNoT SDK
The text was updated successfully, but these errors were encountered:
Describe the bug
I've tried using knot_data_config with a event flag of 10 seconds, it actually only sends data to cloud in a 10 seconds interval, but when I used minicom to check its log, I've discovered that it is calling the read callback function in a very short time interval.
To Reproduce
Steps to reproduce the behavior:
I've seen this using DHT11 example using KNoT Mesh board
Expected behavior
I've expected to only see the callback function being called every 10 seconds.
Impact
The code works properly sending data every 10 seconds, but I think this shouldn't happen once it is only supposed to be called in a 10 seconds interval.
Screenshots or console output
Environment:
The text was updated successfully, but these errors were encountered: