mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-18 18:20:15 +08:00
Removed apply_config and enable functions, removed automatic gpio swap, fixed readme and odrive-interface to match
This commit is contained in:
@@ -103,7 +103,6 @@ static bool config_apply_all() {
|
||||
&& axes[i].controller_.apply_config()
|
||||
&& axes[i].min_endstop_.apply_config()
|
||||
&& axes[i].max_endstop_.apply_config()
|
||||
&& axes[i].mechanical_brake_.apply_config()
|
||||
&& motors[i].apply_config()
|
||||
&& axes[i].apply_config();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user