🍡 Adds sweeping for servo
This commit is contained in:
@@ -240,6 +240,9 @@ void IRAM_ATTR ESP32SvelteKit::_loop() {
|
||||
#endif
|
||||
#if FT_ENABLED(FT_MOTION)
|
||||
_motionService.loop();
|
||||
#endif
|
||||
#if FT_ENABLED(FT_SERVO)
|
||||
_servoController.loop();
|
||||
#endif
|
||||
vTaskDelay(20 / portTICK_PERIOD_MS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user