NodeMCU-WeatherStation/src/proj_password.h

3 lines
89 B
C

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