mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 14:46:16 -04:00
Fix display on NRF52
This commit is contained in:
parent
50da242f79
commit
29e8406437
3 changed files with 17 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue