xreef / EByte_LoRa_E220_Series_Library

Arduino LoRa EBYTE E220 LLCC68 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico (rp2040 boards)..
https://www.mischianti.org/category/my-libraries/lora-e220-llcc68-devices/
Other
80 stars 20 forks source link

Stop working with ESP32 board manager 3.x.x (based on ESP-IDF v.5) #27

Open lovefool opened 1 week ago

lovefool commented 1 week ago

My program has been working and suddenly stopped. The cause is updating ESP32 board manager from 2.017 to 3.0.0 on Arduino IDE 2.32. Since new ESP32 board manager is based on ESP-IDF v5 and I know a lot have been changed. Currently I changed ESP32 board manager back to 2.0.17, and my program started working again.

Arduino Release v3.0.0 based on ESP-IDF v5.1.4 Arduino Release v2.0.17 based on ESP-IDF v4.4.7

gabrielgrdp commented 4 days ago

Hey mate, does it still work on this version of the board?

Here the transmission stopped working, I went back to the version I was using (2.0.11) and today it stopped working again, even though I tested your version I was unable to communicate.

lovefool commented 3 days ago

I have changed ESP32 board manager back 2.0.17, then it started working again. I tested on two environment Win11 22H2 and MacOS, both now working again.

Current versions (Working) EByte LoRa E220 library version=1.0.8 Arduino Release v2.0.17 based on ESP-IDF v4.4.7