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

Create Range_Extender_with_WiFi_Manager.ino #8656

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pius171
Copy link

@Pius171 Pius171 commented Aug 3, 2022

WiFi range extender with a WiFi manager.
Allows you to change the WiFi network the extender is connected to
Led blinks at different rates to indicate various states of the extender (useful for debugging)
GPIO 0 is used as a reset button: this deletes the WiFi credentials stored in the file system.

WiFi range extender with a WiFi manager. 
Allows you to change the WiFi network the extender is connected to
Led blinks at different rates to indicate various states of the extender (useful for debugging)
GPIO 0 is used as a reset button: this deletes the WiFi credentials stored in the file system.
@d-a-v
Copy link
Collaborator

d-a-v commented Sep 13, 2022

This example cannot be compiled without external libraries.

Included examples should not rely on these:

#include <ESPAsyncTCP.h>
#include <ESPAsyncWebServer.h>
#include <ArduinoJson.h>

Can you manage to make a new version ?

The other way would be that you publish your example on another repository and propose a link from local documentation.

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

Successfully merging this pull request may close these issues.

2 participants