Closed jellewie closed 4 years ago
As far as I could find there is no option for it. Still want to do another further dive into the subject, such things do exist fr BLE, and I think the broadcast time it set to low?
'beacon_interval' in 'AP Basic Configuration' but this does not use the Arduino ESP32 lib code, this is a level lower. the call code is 'esp_wifi_set_config() ' This notes the AP interval defaults it to 100 ms. which is sufficient for this use case, so does not need to be changed
This is also the value the arduino-esp3 uses 'conf.ap.beacon_interval = 100;' which also shows that this is hardcoded
Check if we can do something about the time-interval of broadcast SSID in Apmode.