mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 14:46:16 -04:00
Implemented Bluetooth power and pairing state control
This commit is contained in:
parent
b6a26b3226
commit
8b7e324a5a
6 changed files with 53 additions and 36 deletions
3
ROM.h
3
ROM.h
|
@ -41,9 +41,12 @@
|
|||
#define ADDR_CONF_BW 0x9F
|
||||
#define ADDR_CONF_FREQ 0xA3
|
||||
#define ADDR_CONF_OK 0xA7
|
||||
|
||||
#define ADDR_CONF_BT 0xB0
|
||||
|
||||
#define INFO_LOCK_BYTE 0x73
|
||||
#define CONF_OK_BYTE 0x73
|
||||
#define BT_ENABLE_BYTE 0x73
|
||||
|
||||
#define EEPROM_RESERVED 200
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue