LoRa icon indicating copy to clipboard operation
LoRa copied to clipboard

How to get working for ESP32

Open mutton74 opened this issue 5 years ago • 1 comments

Hi,

what would it take to get this example working for the ESP32?

Not sure if I have the correct libraries installed but I get a compile error in Arduino IDE at line 180

'class EspClass' has no member named 'rtcUserMemoryWrite'

Any ideas?

thanks Paul

mutton74 avatar Jun 03 '19 00:06 mutton74

The ESP32 does not have RTC memory. You might change the storage to NVS.

Edzelf avatar Jun 03 '19 07:06 Edzelf