Arduino-LoRa-Ra01S
Arduino-LoRa-Ra01S copied to clipboard
ESP32 Compatibility
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.
Okay thanks, I will try it
Okay thanks, I will try it