Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

How to configure wifi to use a static IP address on Amazon Freertos for esp32 #3206

@Johnnyjax

Description

@Johnnyjax

Hello, I checked the amazon freertos wifi library and I can't find anything on configuring the softAP with a static IP address, I don't want to modify the iot_wifi.c file in the ports folder for the esp32 to achieve this because I know I can achieve that using the esp_netif_set_ip_info(esp_softap_netif_info, &ipInfo) function in the iot_wifi.c file where ipinfo will contain the static IP address . Is there a way to achieve this in the aws_iot_network_manager.c file in the "demos/network manager" folder instead so that the demos are configured with a static IP address? Thanks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions