Close

RGB HexMatrix | IOT Clock 2.0

Back to overview

PCB Version Of The Previous HexMatrix Clock.

Discussions

Minocc wrote 12/10/2020 at 01:42 point

If you add the WifiManager library, you can replace all the wifi connection code with two lines,

 WiFiManager wifiManager;

wifiManager.autoConnect("AutoConnectAP");

and it will make an access point when it doesn't detect a known network.  Very helpful if you plan, like I do, to give these as gifts!

  Are you sure? yes | no