mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-19 20:04:21 -04:00
Added modem mode KISS commands
This commit is contained in:
parent
1c2d1b484b
commit
ede7b5c443
3 changed files with 25 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue