mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-11-25 01:13:24 -05:00
Added ability to specify static IP for WiFi STA connection
This commit is contained in:
parent
90539caee9
commit
c467b82014
4 changed files with 49 additions and 0 deletions
|
|
@ -69,6 +69,8 @@
|
|||
#define CMD_WIFI_SSID 0x6B
|
||||
#define CMD_WIFI_PSK 0x6C
|
||||
#define CMD_WIFI_CHN 0x6E
|
||||
#define CMD_WIFI_IP 0x84
|
||||
#define CMD_WIFI_NM 0x85
|
||||
|
||||
#define CMD_BOARD 0x47
|
||||
#define CMD_PLATFORM 0x48
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue