diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-19 22:12:31 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-19 22:12:31 +0200 |
commit | ed1c1efa7aee67d36a37212c13998318f02c4350 (patch) | |
tree | 7cb644f5764620b2fa79320c027f5eea88d8b41f /stm32f091/wifi.def.h | |
parent | aab4ed17b94f54813368201d3a0cba3f3d432589 (diff) |
moved constants around
Diffstat (limited to 'stm32f091/wifi.def.h')
-rw-r--r-- | stm32f091/wifi.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stm32f091/wifi.def.h b/stm32f091/wifi.def.h new file mode 100644 index 0000000..f0748d2 --- /dev/null +++ b/stm32f091/wifi.def.h @@ -0,0 +1,5 @@ +#pragma once + +#define WS_ESP8266_WLAN_SSID "Test" +#define WS_ESP8266_WLAN_PASSWD "12345678" + |