s-marley / ESP32-INMP441-Matrix-VU

And ESP32 powered VU matrix using the INMP441 I2S microphone
MIT License
85 stars 28 forks source link

Esp smartconfig wifi provision #9

Closed tavdog closed 2 years ago

tavdog commented 2 years ago

I added the ability to use the ESP Touch Smartconfig App for wifi provisioning. This method of connection also significantly speeds up subsequent hardcoded wifi boot times since it attempts to reconnect to any previously connected AP's stored in the esp own wifi credential memory. The first boot does take about 30 seconds longer due to the smartconfig attempt followed by the hard code connection attempts. Later feature in this this vein might be more display feedback during smartconfig process.

tavdog commented 2 years ago

wait, tell a lie. I accidently left in the delay and gitgnore. deleting.