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 f7f8b31 commit 3e825dbCopy full SHA for 3e825db
examples/ArduinoIoTCloud_LED_switch/ArduinoIoTCloud_LED_switch.ino
@@ -34,7 +34,7 @@ void setup() {
34
35
setDebugMessageLevel(3);
36
*/
37
-
+ ArduinoCloud.printDebugInfo();
38
}
39
40
void loop() {
@@ -51,5 +51,5 @@ void loop() {
51
void onLedChange() {
52
Serial.print("LED set to ");
53
Serial.println(led);
54
- digitalWrite(LED_BUILTIN, ledSwitch);
+ digitalWrite(LED_BUILTIN, led);
55
0 commit comments