mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-02 03:53:15 +00:00
PPM Telemetry: added serial speeds
Only supported for none invert telemetry: FrSkyD (Incl Hubsan): 9600bps FrSkyX: 57600bps DSM: 125000bps
This commit is contained in:
@@ -514,6 +514,8 @@ enum {
|
||||
// baudrate defines for serial
|
||||
#define SPEED_100K 0
|
||||
#define SPEED_9600 1
|
||||
#define SPEED_57600 2
|
||||
#define SPEED_125K 3
|
||||
|
||||
//****************************************
|
||||
//*** MULTI protocol serial definition ***
|
||||
|
||||
Reference in New Issue
Block a user