We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f257631 commit 9b5b7a8Copy full SHA for 9b5b7a8
examples/ESP8266/ESP8266.ino
@@ -1,7 +1,7 @@
1
#include <ESP8266WiFi.h>
2
#include <Cloud4RPi.h>
3
4
-const String deviceToken = "__YOUR__DEVICE_TOKEN__";
+const String deviceToken = "__YOUR_DEVICE_TOKEN__";
5
char wifiSSID[] = "__SSID__";
6
char wifiPassword[] = "__PASSWORD__";
7
0 commit comments