Multi Config

This commit is contained in:
Pascal Langer
2021-03-19 17:06:58 +01:00
parent 37e029c612
commit 84780a9d90
6 changed files with 337 additions and 9 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 2
#define VERSION_PATCH_LEVEL 62
#define VERSION_PATCH_LEVEL 63
#define MODE_SERIAL 0
@@ -113,6 +113,7 @@ enum PROTOCOLS
PROTO_E129 = 83, // =>CYRF6936
PROTO_JOYSWAY = 84, // =>A7105
PROTO_E016H = 85, // =>NRF24L01
PROTO_CONFIG = 86, // Module config
PROTO_NANORF = 126, // =>NRF24L01
PROTO_TEST = 127, // =>CC2500
@@ -1258,4 +1259,8 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
data[1] = TX_LQI
data[2] = telem_type
data[3-9] = data
Type 0x10 Config telemetry
length: 22
data[0..21] = Config data
*/