pico-bmc/template.secret.h
Arthur Lu e743f56609 move bmc handlers to bmc_hander.h,
add setting hostname for dhcp/dns
2024-04-19 11:59:54 -07:00

8 lines
155 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