mirror of
https://github.com/SasaKaranovic/HousePlantMonitoringSystem.git
synced 2026-07-08 17:52:37 +02:00
8 lines
142 B
C
8 lines
142 B
C
#ifndef __WIFI_CRED_CFG
|
|
#define __WIFI_CRED_CFG
|
|
|
|
const char* ssid = "Your-SSID";
|
|
const char* password = "Your-WiFi-Password";
|
|
|
|
#endif
|