pico-bmc/template.secret.h

8 lines
158 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";
const char WIFI_SSID [] = "ssid";
const char WIFI_PASS [] = "pass";
2024-02-07 21:43:52 +00:00
#endif