mirror of
https://github.com/justLV/onju-v2
synced 2026-04-21 15:47:55 +00:00
7 lines
121 B
Text
7 lines
121 B
Text
#ifndef CREDENTIALS_H
|
|
#define CREDENTIALS_H
|
|
|
|
#define WIFI_SSID "your_ssid"
|
|
#define WIFI_PASSWORD "your_password"
|
|
|
|
#endif
|