hydroponic-controller/include/wifi_settings.h

6 lines
156 B
C
Raw Permalink Normal View History

2023-05-10 15:44:21 +00:00
2024-04-23 21:39:18 +00:00
const char ssid[] = "fischnetziot";
const char pass[] = "LiMkJ1sVcEAU68MPEgJ";
2023-05-10 15:44:21 +00:00
const char mqtt_host[] = "10.0.0.1";
const char client_id[] = "hydroponic";