Update WirelessHEX.cpp
This commit is contained in:
parent
a240e23ad6
commit
2bc66abd61
|
|
@ -324,7 +324,7 @@ byte validateHEXData(void* data, byte length)
|
||||||
}
|
}
|
||||||
|
|
||||||
//returns the final size of the buf
|
//returns the final size of the buf
|
||||||
byte prepareSendBuffer(char* hexdata, byte*buf, byte length, byte seq)
|
byte prepareSendBuffer(char* hexdata, byte*buf, byte length, uint16_t seq)
|
||||||
{
|
{
|
||||||
byte seqLen = sprintf(((char*)buf), "FLX:%d:", seq);
|
byte seqLen = sprintf(((char*)buf), "FLX:%d:", seq);
|
||||||
for (byte i=0; i<length;i++)
|
for (byte i=0; i<length;i++)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue