pico-bmc/template.secret.h
Arthur Lu 44706c75a1 add serial handler,
move network init to network.h
2024-05-10 15:01:22 -07:00

8 lines
158 B
C

#ifndef SECRET_H
#define SECRET_H
const char BMC_HOSTNAME [] = "pico_bmc";
const char WIFI_SSID [] = "ssid";
const char WIFI_PASS [] = "pass";
#endif