Added modem mode KISS commands

This commit is contained in:
Mark Qvist 2019-04-05 14:04:18 +02:00
parent 1c2d1b484b
commit ede7b5c443
3 changed files with 25 additions and 1 deletions

View file

@ -6,4 +6,8 @@
#define START_FROM_BOOTLOADER 0x01
#define START_FROM_POWERON 0x02
#define START_FROM_BROWNOUT 0x03
#define START_FROM_JTAG 0x04
#define START_FROM_JTAG 0x04
#define MODE_AFSK_300 0x01
#define MODE_AFSK_1200 0x02
#define MODE_AFSK_2400 0x03