mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-25 13:32:33 +00:00
5 lines
86 B
Markdown
5 lines
86 B
Markdown
```C
|
|
const *char WIFI_SSID = "IoT_bots";
|
|
const *char WIFI_PASSWORD = "405405405";
|
|
```
|