Update BluetoothSerial.cpp (#3308)
This commit is contained in:
parent
ed96d2a1b7
commit
40ebee1cb1
@ -136,12 +136,12 @@ static void _spp_tx_task(void * arg){
|
|||||||
if(len){
|
if(len){
|
||||||
memcpy(_spp_tx_buffer, data, len);
|
memcpy(_spp_tx_buffer, data, len);
|
||||||
_spp_tx_buffer_len += len;
|
_spp_tx_buffer_len += len;
|
||||||
free(packet);
|
|
||||||
packet = NULL;
|
|
||||||
if(uxQueueMessagesWaiting(_spp_tx_queue) == 0){
|
if(uxQueueMessagesWaiting(_spp_tx_queue) == 0){
|
||||||
_spp_send_buffer();
|
_spp_send_buffer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
free(packet);
|
||||||
|
packet = NULL;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
log_e("Something went horribly wrong");
|
log_e("Something went horribly wrong");
|
||||||
|
Loading…
Reference in New Issue
Block a user