OLIMEX / ESP32-POE

ESP32 IoT development board with 100Mb Ethernet and 802.3 Power Over Ethernet (POE)
Apache License 2.0
304 stars 111 forks source link

WifiEvent not being fired in sample code #45

Closed bergerb-com closed 11 months ago

bergerb-com commented 11 months ago

https://github.com/OLIMEX/ESP32-POE/blob/master/SOFTWARE/ARDUINO/ESP32_PoE_Ethernet_Arduino/ESP32_PoE_Ethernet_Arduino.ino

I had to change all the SYSTEMEVENT to ARDUINOEVENT to get the WiFiEvent's to work.

DanKoloff commented 11 months ago

It doesn't happen here in our tests, we still can't figure out why it behaves differently but we will update it anyway to fit the new macros.

Stanimir-Petev commented 11 months ago

The examples have being updated (both ESP32_PoE_Ethernet_Arduino and ESP32_PoE_Ethernet_SD_Card_Arduino). Not sure in which version of the package but Espressif decided to change these macros and broke quite a lot of our old examples (like these). Thanks for the feedback!