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 97eeea1 commit 9a6ff5dCopy full SHA for 9a6ff5d
arduino-cloud.html
@@ -77,7 +77,7 @@
77
this.propname = "";
78
this.name = "";
79
if (connection !== "_ADD_") {
80
- initThings(this.connection, this.thing);
+ initThings(connection, this.thing);
81
}
82
$("#node-input-thing").trigger("change");
83
});
0 commit comments