Skip to content

Commit

Permalink
doc: Warn about the 8 command limit and solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jul 4, 2019
1 parent 13e47c5 commit e7db934
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,15 @@ There are 3 Commander creation macros:
Checkout the [Commander example](./examples/Commander/Commander.ino)
for more details.

### Compatibility with standard Serde
### Commander caveats and limitations

Please note that a Commander message will not be compatible with a plain
Commander currently supports up to 8 commands.
If you need more, please open a PR on [`src/serde-macros.h`](./src/serde-macros.h).

Also please note that a Commander message will not be compatible with a plain
Serde message (and vice-versa).

Only connect SerdeTX with SerdeRX and CommanderTX with CommanderRX.
Only connect SerdeTX with SerdeRX, and CommanderTX with CommanderRX.

## License & Aknowledgements

Expand Down

0 comments on commit e7db934

Please sign in to comment.