pico-bmc/template.secret.h

7 lines
114 B
C
Raw Normal View History

2024-02-07 21:43:52 +00:00
#ifndef SECRET_H
#define SECRET_H
2024-02-14 02:01:59 +00:00
const char WIFI_SSID[] = "ssid";
const char WIFI_PASS[] = "pass";
2024-02-07 21:43:52 +00:00
#endif