WiFiManager
WiFiManager copied to clipboard
Sending custom parameters via Android app
Hello, thank you for this wonderful library.
I would like to use my app to send custom parameters to ESP32 while running portal config.
Is there any way to send as JSON request?
Thank you in advance
Hi @B1ackt34,
I would like to use my app to send custom parameters to ESP32 while running portal config. Is there any way to send as JSON request?
It could help you to get a response if you were to clarify the following:
- What is the relevance of "Android app"?
- Why are formats other than JSON not acceptable?
- Can you describe your use case?
In brief, collecting parameters for an ESP32 is what WiFiManager does best. But not in JSON format and not involving an Android (or other o/s) app. -Tim.