Skip to content

Commit 56efd94

Browse files
committed
README
1 parent 046cac7 commit 56efd94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ SnapClient client(wifi, out, pcm);
3232

3333
void setup() {
3434
Serial.begin(115200);
35-
// login to wifi
35+
36+
// login to wifi -> Define values in SnapConfig.h or replace them here
3637
WiFi.begin(CONFIG_WIFI_SSID, CONFIG_WIFI_PASSWORD);
3738
Serial.print("Connecting to WiFi ..");
3839
while (WiFi.status() != WL_CONNECTED) {

0 commit comments

Comments
 (0)