Replace EEPROM backend to be compatible with Adafruit BLE lib

This commit is contained in:
jacob.eva 2024-01-21 15:12:20 +00:00
parent cce8b0c18a
commit 6e8865b2ae
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
7 changed files with 47 additions and 542 deletions

View file

@ -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;