diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2022-10-30 12:16:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 12:16:26 +0100 |
commit | 75064a08587bc960c06d2324a0334ee88441fb35 (patch) | |
tree | 601d4870582bae2077b83eb43b099995e1e98e29 /stm32f091/wifi.def.h | |
parent | 1390db8f7332768a133ae846b90c98d43c9b9f74 (diff) | |
parent | e8b58762643f0a20454068e352738ecffc372c7e (diff) |
Merge branch 'dev' into qt-settings
Diffstat (limited to 'stm32f091/wifi.def.h')
-rw-r--r-- | stm32f091/wifi.def.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stm32f091/wifi.def.h b/stm32f091/wifi.def.h deleted file mode 100644 index 61e1706..0000000 --- a/stm32f091/wifi.def.h +++ /dev/null @@ -1,7 +0,0 @@ -#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" - |