mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Softserial with monotimer and bidir
This commit is contained in:
parent
b2c32b84e3
commit
97b5dbc386
11 changed files with 450 additions and 100 deletions
|
@ -3342,6 +3342,8 @@ const cliResourceValue_t resourceTable[] = {
|
|||
#ifdef LED_STRIP
|
||||
{ OWNER_LED_STRIP, &ledStripConfig()->ioTag, 0 },
|
||||
#endif
|
||||
{ OWNER_SERIAL_TX, &serialPinConfig()->ioTagTx[0], SERIAL_PORT_MAX_INDEX },
|
||||
{ OWNER_SERIAL_RX, &serialPinConfig()->ioTagRx[0], SERIAL_PORT_MAX_INDEX },
|
||||
};
|
||||
|
||||
static void printResource(uint8_t dumpMask, const master_t *defaultConfig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue