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

access point #8

Open
scooper1 opened this issue Apr 5, 2023 · 1 comment
Open

access point #8

scooper1 opened this issue Apr 5, 2023 · 1 comment

Comments

@scooper1
Copy link

scooper1 commented Apr 5, 2023

is there a way to turn off farylink_xxxxxx access point that it produces even when connected my main wifi

@austinscreations
Copy link

looking over the code it shouldn't be making it's own wifi. but to force it to stop you can add a line:
WiFi.mode(WIFI_STA);

depending on which code your running will depend where it goes.
D1 mini code it would go on line 625
ESP32 code it would go on line 726

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