Halow IP addr change from 192.168.1.1 in OpenWRT sdk

Using 2.6.6 sdk. When using wizard and defining device as AP as router, its halow ip addr is 192.168.1.1, it’s dhcp and assigns clients an ip addr. It works well to connect wifi to the client whose wifi was enabled for access point, then connect to ap at 192.168.1.1. I see 192.168.1.1 defined throughout the sdk. What would be the best thing to do if we wanted to change the AP router ip addr from 192.168.1.1 to something else?

This IP is coming entirely from the wizard. If you’re using the wizard and you’d like to change it, you can either change the line:

const DEFAULT_WLAN_IP = '192.168.1.1';

Alternatively, if there’s already an ahwlan network (e.g. from a previous configuration), the wizard will use the IP on that as the default.