#ifndef wifiinfo_h #define wifiinfo_h const char *hostname = "mush"; const char* ssid = "omni"; const char* password = "everywhere"; #endif