pico-bmc/template.secret.h

8 lines
164 B
C
Raw Permalink Normal View History

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