pico-bmc/template.secret.h
2024-02-07 13:43:52 -08:00

7 lines
102 B
C

#ifndef SECRET_H
#define SECRET_H
char ssid[] = "wifi ssid";
char pass[] = "wifi pass";
#endif