mirror of https://github.com/ArduPilot/ardupilot
AP_FETtecOneWire: remove references to legacy UART order
This commit is contained in:
parent
f0a92889fa
commit
ae7170501d
|
@ -30,7 +30,7 @@ For purchase, connection and configuration information please see the [ArduPilot
|
||||||
- check that the ESCs are periodically sending telemetry data
|
- check that the ESCs are periodically sending telemetry data
|
||||||
- re-init and configure an ESC(s) if not armed (motors not spinning) when
|
- re-init and configure an ESC(s) if not armed (motors not spinning) when
|
||||||
- telemetry communication with the ESC(s) is lost
|
- telemetry communication with the ESC(s) is lost
|
||||||
- adds a serial simulator (--uartF=sim:fetteconewireesc) of FETtec OneWire ESCs
|
- adds a serial simulator (--serial5=sim:fetteconewireesc) of FETtec OneWire ESCs
|
||||||
- adds autotest (using the simulator) to:
|
- adds autotest (using the simulator) to:
|
||||||
- simulate telemetry voltage, current, temperature, RPM data using SITL internal variables
|
- simulate telemetry voltage, current, temperature, RPM data using SITL internal variables
|
||||||
- test the safety switch functionality
|
- test the safety switch functionality
|
||||||
|
|
Loading…
Reference in New Issue