We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate APMode and Station mode.
Benefit
As Ground Station APMode is not needed. ESP is accessible over the connected network. No need to broadcast unneeded SSID
The text was updated successfully, but these errors were encountered:
Hi, I added this feature in the settings. Please try and give feedback.
Sorry, something went wrong.
Looks promising, annoying beacon is gone ;-) Thanks!!
P.S. Realized that the bandwith in AP mode is 40Mhz. Makes no sense for this application. You could go down to 20 without performance issue, but save a remarkable amount of battery power. https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/esp_wifi.html#_CPPv416wifi_bandwidth_t https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/esp_wifi.html#_CPPv422esp_wifi_set_bandwidth16wifi_interface_t16wifi_bandwidth_t
And for even more airtime for Pilots with wifi setup and distance of a few centimeters between devices reducing power would tackle another percents.. https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/esp_wifi.html#_CPPv425esp_wifi_set_max_tx_power6int8_t
No branches or pull requests
Separate APMode and Station mode.
Benefit
As Ground Station APMode is not needed. ESP is accessible over the connected network. No need to broadcast unneeded SSID
The text was updated successfully, but these errors were encountered: