Addressed typo: changed 'pubish' to 'publish'
This commit is contained in:
parent
a4c53f7727
commit
7f9bbb01ae
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ bool Wippersnapper::encodePubRegistrationReq() {
|
|||
if (!_status)
|
||||
return _status;
|
||||
|
||||
// pubish message
|
||||
// publish message
|
||||
WS.publish(WS._topic_description, _message_buffer, _message_len, 1);
|
||||
WS_DEBUG_PRINTLN("Published!");
|
||||
WS._boardStatus = WS_BOARD_DEF_SENT;
|
||||
|
|
|
|||
Loading…
Reference in a new issue