You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the method Rn487xBle::sendCommand you have to remove the call to this->flush() ;
This force to clean the uartBuffer before to send the command.
The problem is that sometime the uartBuffer contains the command.
For example see Rn487xBle::setServiceUUID method.
The text was updated successfully, but these errors were encountered:
In the method Rn487xBle::sendCommand you have to remove the call to this->flush() ;
This force to clean the uartBuffer before to send the command.
The problem is that sometime the uartBuffer contains the command.
For example see Rn487xBle::setServiceUUID method.
The text was updated successfully, but these errors were encountered: