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

AP config fails with subnet CIDR > 28 || CIDR < 24 #214

Closed MattiasTF closed 9 months ago

MattiasTF commented 1 year ago

AP config front-end allows CIDR 1-32, but values > 28 or < 24 make WiFiAPClass::softAPConfig() fail.

STA config is not affected. It accepts all CIDR values.

ffreddow commented 9 months ago

Done with 8aba99b87fe2f7fce123d307b679a4dd1c07a2f1 and 5065270af57a36b3a39ab5ae3071cfc3de85ee5d.