Arduino-LoRa-Ra01S icon indicating copy to clipboard operation
Arduino-LoRa-Ra01S copied to clipboard

ESP32 Compatibility

Open naufaldhaffaakbarwicaksono opened this issue 7 months ago • 3 comments

I use this library to connect the Ra01SH module with ESP32 when compiling the program an error occurs "WARNING: library Arduino-Ra01S claims to run on avr, esp8266 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s)." After I tried the ping pong program, it still worked. I want to know which part of this library is not compatible with ESP32. What functions cannot be used?

Maybe adding an esp32 would solve the problem.

https://github.com/nopnop2002/Arduino-LoRa-Ra01S/blob/main/library.properties#L9

I have never used an ESP32 in an Arduino environment, so please let me know if this solves it for you.

nopnop2002 avatar Apr 13 '25 21:04 nopnop2002

Okay thanks, I will try it

Okay thanks, I will try it