Additionally, there was another compilation error of an implicit function being declared because the compiler could not find the SYS_RESET_Software_Reset() function (sys_wifi.c line 1072 so I commented that out)
I've got the device in AP mode and my terminal shows that devices are connecting to it, it displays the MAC address of each device I connect. However, when I try to open the http://192.168.1.1 page, it says I am not connected to a network and doesn't open the page described in the tutorial. Not sure what's happening
Closing for now, I think even though the device is connected, they are somehow not "inducted" into the private network therefore cannot communicate with 192.168.1.1
I was having the same issue as https://github.com/MicrochipTech/PIC32MZW1_Workshop/issues/1#issue-776765081 but I managed to find a (temporary?) fix https://github.com/MicrochipTech/PIC32MZW1_Workshop/issues/1#issuecomment-759655261
Additionally, there was another compilation error of an implicit function being declared because the compiler could not find the SYS_RESET_Software_Reset() function (sys_wifi.c line 1072 so I commented that out)
I've got the device in AP mode and my terminal shows that devices are connecting to it, it displays the MAC address of each device I connect. However, when I try to open the http://192.168.1.1 page, it says I am not connected to a network and doesn't open the page described in the tutorial. Not sure what's happening