Added ability to specify static IP for WiFi STA connection

This commit is contained in:
Mark Qvist 2025-11-17 18:47:18 +01:00
parent 90539caee9
commit c467b82014
4 changed files with 49 additions and 0 deletions

2
ROM.h
View file

@ -56,6 +56,8 @@
#define CONFIG_SIZE 256
#define ADDR_CONF_SSID 0x00
#define ADDR_CONF_PSK 0x21
#define ADDR_CONF_IP 0x42
#define ADDR_CONF_NM 0x46
//////////////////////////////////
#endif