guillaumemaiano / IoT-models

Central repository for the "intelligence" behind my hobby model kits and their "human interface" (web and apps).
1 stars 0 forks source link

Bugfix/16 misbehaving duration loops #17

Closed guillaumemaiano closed 3 years ago

guillaumemaiano commented 3 years ago

Note: At every end of cycle, a relatively large chunk of time si spent calculating next cycle, which apears to cause a noticeable slowdown. Threading the calculation and resetting the cycle once it's done would look better, but I'm not sure how complex it would be to implement.