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 f90a0ef commit af770a7Copy full SHA for af770a7
examples/Basic/Basic.ino
@@ -42,7 +42,7 @@ void onLostgear(char *attribute, uint8_t* msg, unsigned int msglen) {
42
void onConnected(char *attribute, uint8_t* msg, unsigned int msglen) {
43
Serial.println("Connected to NETPIE...");
44
/* Set the alias of this microgear ALIAS */
45
- microgear.setName(ALIAS);
+ microgear.setAlias(ALIAS);
46
}
47
48
0 commit comments