1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00
Commit graph

6 commits

Author SHA1 Message Date
Raphael Coeffic
19173e1001 MSP/SPORT: added a new PID configuration script (+ minor fix)
First draft version of the PID configuration script. Please note that this script needs to be copied into /SCRIPTS/TELEMETRY/ on the SD card and renamed to something smaller than 6 characters (OpenTX does not support more for telemetry scripts).

Usage:
 - long press “Menu” to get save/reload functions.
 - press short “Menu” to switch pages.
 - press “+”/“-“ to navigate through fields.
 - press “enter” to edit a field.


implements #1311
2016-11-10 12:40:29 +01:00
Raphael Coeffic
b8cb115a0b MSP/SPORT: fixed LUA script 2016-11-03 14:56:18 +01:00
Raphael Coeffic
ce0dd3536e LUA improvements (WiP) 2016-10-31 14:11:37 +01:00
Raphael Coeffic
d38d4949e9 a bit more cleanup 2016-10-31 14:11:37 +01:00
Raphael Coeffic
160bfaf907 Added frame re-assembly to LUA script 2016-10-31 14:11:37 +01:00
Raphael Coeffic
1fc6bca61f Added LUA test script
This LUA script is meant to be run a telemetry script in OpenTX 2.2.
2016-10-31 14:11:36 +01:00