I am trying to send command to rn52 bluetooth module to change the name. but it is not working. below is my function code used in the state machine to send command. const char *cmd = "sn,rn52\r\n";
const char *reboot = "r,1\r\n";
bool Writ..
const char *reboot = "r,1\r\n";
bool Writ..