Skip to content
New issue

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

ESP8266 - Change the SSID sending interval #2862

Closed
piccininsouza opened this issue Jan 14, 2017 · 1 comment
Closed

ESP8266 - Change the SSID sending interval #2862

piccininsouza opened this issue Jan 14, 2017 · 1 comment

Comments

@piccininsouza
Copy link

Sorry, I don't know if this is the best place to that question, but, is there a way to change de TBTT (Target Beacon Transmission Time) in ESP8266-01?

@devyte
Copy link
Collaborator

devyte commented Oct 4, 2017

@piccininsouza currently there is no interface in the WiFi class. However, there is an SDK api from Espressif.
Also, you can change the beacon time as a local change for your own use inside ESP8266WiFiAp.cpp, just search for beacon_interval, you'll find it's hardcoded to 100.
Closing due to off-topic, see #3655 .

@devyte devyte closed this as completed Oct 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants