onju-v2/onjuino/credentials.h.example
2023-08-08 20:32:52 -07:00

7 lines
121 B
Text

#ifndef CREDENTIALS_H
#define CREDENTIALS_H
#define WIFI_SSID "your_ssid"
#define WIFI_PASSWORD "your_password"
#endif