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.