Tinkerforge / esp32-firmware

Firmwares for ESP32 Brick and ESP32 Ethernet Brick (including firmwares for WARP/WARP2 Charger, WARP Energy Manager)
https://www.tinkerforge.com/en/doc/Hardware/Bricks/ESP32_Ethernet_Brick.html
26 stars 20 forks source link

Use failure_retry_cnt in WiFi STA configuration (new in ESP-IDF 4.4.4). #234

Closed rtrbt closed 9 months ago

rtrbt commented 1 year ago

https://github.com/espressif/esp-idf/commit/d688fc3542fdba8801c7bd6780af26498e289213

We have to patch arduino-esp32 to be able to set this configuration. Maybe setting this to 3 improves the chance that an ESP connects to the best available AP. I can't find the default value right now, it's probably set in the precompiled WiFi libraries.

rtrbt commented 9 months ago

Fixed.