LoRa
LoRa copied to clipboard
How to get working for ESP32
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
The ESP32 does not have RTC memory. You might change the storage to NVS.