Olimex Support Forum

Microcontrollers => ESP32 => Topic started by: ZioFabry on October 05, 2024, 05:27:29 PM

Title: Tasmota core ESP32 V.3.1.0.240926 break Ethernet Support on Olimex ESP32-POE
Post by: ZioFabry on October 05, 2024, 05:27:29 PM
Hello Guys,
I'm using an Olimex ESP32-PoE-ISO-IND with the Tasmota Firmware.
Recently the Tasmota Developers have commited the update to the core v3.1.x (https://github.com/arendst/Tasmota/commit/1248bd138c7eda34fe91d9f60721a78210a27b56)

After this commit the Ethernet stopped to work.

With the previous core v3.0.5 all work perfectly.

For reference can you check this https://github.com/arendst/Tasmota/issues/22234

Have you any suggestions?

Thanks
Title: Re: Tasmota core ESP32 V.3.1.0.240926 break Ethernet Support on Olimex ESP32-POE
Post by: LubOlimex on October 07, 2024, 09:28:46 AM
We are not affiliated with Tasmota project in any way, my advice is to contact Tasmota project community or maintainers and report this regression as you did here.
Title: Re: Tasmota core ESP32 V.3.1.0.240926 break Ethernet Support on Olimex ESP32-POE
Post by: ZioFabry on October 07, 2024, 04:13:08 PM
Forgive me, I know you are not affiliated with Tasmota, I have taken too many things for granted.

I'll try to explain myself better, from what I've found it seems that the Arduino Core v3.1.0rc1 library breaks the support of your ethernet card.

Have you any chance to check it that?
Title: Re: Tasmota core ESP32 V.3.1.0.240926 break Ethernet Support on Olimex ESP32-POE
Post by: LubOlimex on October 08, 2024, 10:30:26 AM
RC1 means "release candidate 1", not a stable release. Problems are expected, maybe report to the team for that regression:

https://github.com/espressif/arduino-esp32/issues

To avoid problems use 3.0.5 which is stable release.