This library from espressif has a config method that accepts static ip as demonstrated in tutorial below.
https://github.com/espressif/arduino-esp32/blob/37a7fb3d6ada8a9230c96e2df999c95ef10fd4d3/libraries/WiFi/src/WiFiSTA.h#L43
Can this just be incorporated?
https://randomnerdtutorials.com/esp32-static-fixed-ip-address-arduino-ide/
Alternatively If I can't get to this I'll set up a fixed IP from my DHCP server based on MAC for now.
@dgk started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
This library from espressif has a config method that accepts static ip as demonstrated in tutorial below.
https://github.com/espressif/arduino-esp32/blob/37a7fb3d6ada8a9230c96e2df999c95ef10fd4d3/libraries/WiFi/src/WiFiSTA.h#L43
Can this just be incorporated?
https://randomnerdtutorials.com/esp32-static-fixed-ip-address-arduino-ide/
Alternatively If I can't get to this I'll set up a fixed IP from my DHCP server based on MAC for now.