added v0.1 to the bluetooth module name
If you have multiple bluetooth devices paired with the same name, the quest app only connects to the first one on the list. Adding the version number lets us keep multiple versions of the board paired to the headset for debugging and demo purposed.
This commit is contained in:
@@ -43,7 +43,7 @@ void SetupBluetoothModule(){
|
|||||||
Serial.print("AT+UART=9600,0,0\r\n"); // set baud rate to 9600
|
Serial.print("AT+UART=9600,0,0\r\n"); // set baud rate to 9600
|
||||||
delay(100);
|
delay(100);
|
||||||
|
|
||||||
Serial.print("AT+NAME=blockPartyBT\r\n"); // set name to blockPartyBT
|
Serial.print("AT+NAME=blockPartyBT-v01\r\n"); // set name to blockPartyBT-v0.1
|
||||||
delay(100);
|
delay(100);
|
||||||
|
|
||||||
Serial.print("AT+PSWD=1234\r\n"); // set password to 1234
|
Serial.print("AT+PSWD=1234\r\n"); // set password to 1234
|
||||||
|
|||||||
Reference in New Issue
Block a user