Arduino icon indicating copy to clipboard operation
Arduino copied to clipboard

Create Range_Extender_with_WiFi_Manager.ino

Open Pius171 opened this issue 3 years ago • 1 comments

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.

Pius171 avatar Aug 03 '22 10:08 Pius171

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.

d-a-v avatar Sep 13 '22 13:09 d-a-v