pico-bmc/template.secret.h

8 lines
155 B
C
Raw Normal View History

2024-02-07 21:43:52 +00:00
#ifndef SECRET_H
#define SECRET_H
const char BMC_HOSTNAME[] = "pico_bmc";
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