diff options
Diffstat (limited to 'stm32f091/wifi.def.h')
-rw-r--r-- | stm32f091/wifi.def.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stm32f091/wifi.def.h b/stm32f091/wifi.def.h new file mode 100644 index 0000000..61e1706 --- /dev/null +++ b/stm32f091/wifi.def.h @@ -0,0 +1,7 @@ +#pragma once + +#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" + |