Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 39eb614

Browse files
authored
v1.0.1 to fix bug in examples
### Release v1.0.1 1. Fix bug in examples
1 parent 362fc46 commit 39eb614

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/AsyncHTTPRequest/defines.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
#error For RASPBERRY_PI_PICO_W only
2525
#endif
2626

27-
char ssid[] = "HueNet1"; // your network SSID (name)
28-
char pass[] = "jenniqqs"; // your network password (use for WPA, or use as key for WEP), length must be 8+
29-
//char ssid[] = "your_ssid"; // your network SSID (name)
30-
//char pass[] = "12345678"; // your network password (use for WPA, or use as key for WEP), length must be 8+
27+
char ssid[] = "your_ssid"; // your network SSID (name)
28+
char pass[] = "12345678"; // your network password (use for WPA, or use as key for WEP), length must be 8+
3129

3230
#endif //defines_h

0 commit comments

Comments
 (0)