SouthEugeneRoboticsTeam / sertain

Framework for programming FRC robots, inspired by Sertain Legacy and Meanlib
6 stars 0 forks source link

Fix laggy linkTableEntry #64

Closed gnawinganimal closed 4 years ago

gnawinganimal commented 4 years ago

linkTableEntry was causing a lot of lag. This fixes it by using onTick instead of an observable value.