NodeMCU-WeatherStation/proj_password.h
2022-02-27 13:16:44 +01:00

3 lines
89 B
C

//SSID and Password of your WiFi router
const char* ssid = "";
const char* password = "";