pico-bmc/template.secret.h
Arthur Lu e55c54f292 update sdk to 2.0,
fix potential buffer overflow issue in http_parser
2024-09-18 10:46:19 -07:00

8 lines
164 B
C

#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";
#endif