Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hey,
I followed the raspberry pi quickstart and it works well but I need to update the values every 5 secondes how can I do that ? I searched in the microserver 's file but I didn't find where to change this option.
I think it is Inside the microserver/etc/custom/templates/example.lua but I don't know which line so if someone can help me
Thank you.
Solved! Go to Solution.
Hi thank you that help me !
The solution is to change the taskRate at config.lua but pay attention to have the scanRate lower than the taskRate in the config.lua file.
Hi, Alex.
Does this article help you out? It looks like scanRate could be the setting you need to adjust.
Thanks,
-- Craig A.
Hi thank you that help me !
The solution is to change the taskRate at config.lua but pay attention to have the scanRate lower than the taskRate in the config.lua file.