espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
431 stars 145 forks source link

Allow to set a static IP address (MEGH-5506) #314

Open bbinet opened 1 month ago

bbinet commented 1 month ago

Is your feature request related to a problem?

No response

Describe the solution you'd like.

No response

Describe alternatives you've considered.

No response

Additional context.

Do you plan to allow setting static ip address for esp-rainmaker devices anytime soon?

shahpiyushv commented 1 month ago

ESP RainMaker uses the underlying esp-idf Wi-Fi Provisioning component. Since that component itself does not provide an option to set static IP address instead of DHCP, RainMaker cannot have it. You can file an issue under esp-idf for this feature request.

bbinet commented 1 month ago

Thanks for your reply. Issue created in the esp-idf repo: https://github.com/espressif/esp-idf/issues/13791