summaryrefslogtreecommitdiff
path: root/src/main/wifiinfo.h
blob: 9a5f31505230968a5dd847f99bfb8951c0eeeb0f (plain)
1
2
3
4
5
#ifndef wifiinfo_h
#define wifiinfo_h
const char* ssid = "omni";
const char* password = "everywhere";
#endif