WiFiManager icon indicating copy to clipboard operation
WiFiManager copied to clipboard

Sending custom parameters via Android app

Open B1ackt34 opened this issue 6 months ago • 1 comments

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

B1ackt34 avatar Jul 06 '25 17:07 B1ackt34

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:

  1. What is the relevance of "Android app"?
  2. Why are formats other than JSON not acceptable?
  3. 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.

timr49 avatar Jul 21 '25 09:07 timr49