Me No Dev

Results 650 comments of Me No Dev

Current master of the web server supports Arduino v3 on IDF 5.1.4

See the ethernet examples. NetworkEvents is part of `Network`

https://github.com/espressif/arduino-esp32/blob/master/libraries/Ethernet/examples/ETH_LAN8720/ETH_LAN8720.ino#L73 You can see the call to attach to the events. `Network` is `NetworkManager` + `NetworkEvents`

> what would be the reason to not revert this change? The only reason why this was merged and will not be reverted is that this is how it works...

can you please provide a minimal sketch to reproduce the issue. One that we can compile and verify

there are no changes on our end between those versions, which suggests that maybe something in IDF changed. If so, maybe it's already fixed or will be soon fixed. Please...

are you sure you've seen changes in BluetoothSerial between 3.0.3 and 3.0.4? 3.0.3 was released on July 17th and last change is in June 19th

Probably something in ESP-IDF driver changed. That is why I suggested for you to try new versions when we release them and see if the issue has been resolved

@MarksWizard while it is not possible to install Arduino based on ESP-IDF master through IDE's board manager, you can manually install it in your sketches folder by following these steps:...