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 a4c53f7 commit 7f9bbb0Copy full SHA for 7f9bbb0
src/components/register/Wippersnapper_Register.cpp
@@ -55,7 +55,7 @@ bool Wippersnapper::encodePubRegistrationReq() {
55
if (!_status)
56
return _status;
57
58
- // pubish message
+ // publish message
59
WS.publish(WS._topic_description, _message_buffer, _message_len, 1);
60
WS_DEBUG_PRINTLN("Published!");
61
WS._boardStatus = WS_BOARD_DEF_SENT;
0 commit comments