diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-27 17:42:54 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-27 17:42:54 +0200 |
commit | dd1d0cf34a44f70793dcb52fd9ef90d9274b55d1 (patch) | |
tree | a88d6a1161c4a14aa7387a976bdd1833f029f077 /stm32f091/wifi.def.h | |
parent | 12704850c9f4cf7410ecf85116da9d23fc2ce6d6 (diff) |
move esp setup to setup.c
Diffstat (limited to 'stm32f091/wifi.def.h')
-rw-r--r-- | stm32f091/wifi.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stm32f091/wifi.def.h b/stm32f091/wifi.def.h index f0748d2..61e1706 100644 --- a/stm32f091/wifi.def.h +++ b/stm32f091/wifi.def.h @@ -2,4 +2,6 @@ #define WS_ESP8266_WLAN_SSID "Test" #define WS_ESP8266_WLAN_PASSWD "12345678" +// #define WS_ESP8266_WLAN_MAC "f2:9b:89:47:c4:f3" +// #define WS_ESP8266_WLAN_IP "192.168.2.69" |