Fix display on NRF52

This commit is contained in:
jacob.eva 2024-05-05 17:15:55 +01:00
parent 50da242f79
commit 29e8406437
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
3 changed files with 17 additions and 1 deletions

View file

@ -43,6 +43,10 @@ sx128x *LoRa = &sx128x_modem;
#include "Framing.h"
#include "MD5.h"
#if !HAS_EEPROM && MCU_VARIANT == MCU_NRF52
uint8_t eeprom_read(uint32_t mapped_addr);
#endif
#if HAS_DISPLAY == true
#include "Display.h"
#endif