mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-03 15:14:51 -04:00
Replace EEPROM backend to be compatible with Adafruit BLE lib
This commit is contained in:
parent
cce8b0c18a
commit
6e8865b2ae
7 changed files with 47 additions and 542 deletions
5
Config.h
5
Config.h
|
@ -316,8 +316,9 @@
|
|||
#define CONFIG_UART_BUFFER_SIZE 6144
|
||||
#define CONFIG_QUEUE_SIZE 6144
|
||||
#define CONFIG_QUEUE_MAX_LENGTH 200
|
||||
#define EEPROM_SIZE 4096
|
||||
#define EEPROM_OFFSET EEPROM_SIZE+0xED000-EEPROM_RESERVED
|
||||
#define EEPROM_SIZE 200
|
||||
//#define EEPROM_OFFSET EEPROM_SIZE+0xED000-EEPROM_RESERVED
|
||||
#define EEPROM_OFFSET EEPROM_SIZE-EEPROM_RESERVED
|
||||
|
||||
// following pins are for the sx1262
|
||||
const int pin_rxen = 37;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue