8000 Thu Jan 19 21:57:27 CST 2017 · Smeedy/esp32-snippets@be067a8 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit be067a8

Browse files
author
kolban
committed
Thu Jan 19 21:57:27 CST 2017
1 parent 848587e commit be067a8

File tree

1 file changed

+2
-2
lines changed
  • networking/mqtt/paho_mqtt_embedded_c/ESP32_Sample

1 file changed

+2
-2
lines changed

networking/mqtt/paho_mqtt_embedded_c/ESP32_Sample/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ void app_main(void)
4747
ESP_ERROR_CHECK( esp_wifi_set_mode(WIFI_MODE_STA) );
4848
wifi_config_t sta_config = {
4949
.sta = {
50-
.ssid = "sweetie",
51-
.password = "l16wint!",
50+
.ssid = "<Your SSID>",
51+
.password = "<Your Password>",
5252
.bssid_set = false
5353
}
5454
};

0 commit comments

Comments
 (0)
0