hydroponic-controller/include/wifi_settings.h

6 lines
125 B
C
Raw Normal View History

2023-05-10 15:44:21 +00:00
const char ssid[] = "";
const char pass[] = "";
2023-05-10 15:44:21 +00:00
const char mqtt_host[] = "10.0.0.1";
const char client_id[] = "hydroponic";