i'm build a simple AP with NODEMCU 2.0.0, work fine but i've 2 questions:
1 - according to the documentation of wifi.setmode(), the ip is 192.168.4.1 with SOFTAP; to change this the wifi.ap.setip() must executed before or after the wifi.setmode() ?
2 - after a power on the wifi load the configuration with wifi.getdefaultmode(); it's possible to disable this function and set the wifi only with wifi.setmode() ?
Thanks,
Max