Chat freely about anything...

User avatar
By GreenBlood
#81670 I have some code on an esp, but is it possible to pass parameters into the esp without a physical connection? Ie via a temporary access point for example? Ie WiFi params, keys for Webhooks triggers etc?
Cheers
Steve
User avatar
By QuickFix
#81672 Yes.

Build a web interface with form-fields and store/process the values when the page is submitted.
Have a look at WiFi manager, it basically does exactly the same.

In the end it depends on your needs: the sky is the limit.