Files
TinyMqtt/src/my_credentials.h
2021-03-21 11:15:28 +01:00

3 lines
86 B
C

const char *ssid = "YOUR-SSID-HERE";
const char *password = "YOUR-PASSWORD-HERE";