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:
wangyijenny
2024-07-03 11:23:51 -04:00
committed by Quinn
parent d951acf5c5
commit 0b310f7d6e

View File

@@ -43,7 +43,7 @@ void SetupBluetoothModule(){
Serial.print("AT+UART=9600,0,0\r\n"); // set baud rate to 9600
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);
Serial.print("AT+PSWD=1234\r\n"); // set password to 1234