Set correct message length
This commit is contained in:
parent
a28ea01f0e
commit
061c462ee0
|
|
@ -53,7 +53,7 @@ public:
|
||||||
* @return newly created confirm select frame
|
* @return newly created confirm select frame
|
||||||
*/
|
*/
|
||||||
ConfirmSelectFrame(uint16_t channel, bool noWait = false) :
|
ConfirmSelectFrame(uint16_t channel, bool noWait = false) :
|
||||||
ConfirmFrame(channel, 0),
|
ConfirmFrame(channel, 1), //sizeof bool
|
||||||
_noWait(noWait)
|
_noWait(noWait)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue