[JDY08] Fixed incorrect variable name
This commit is contained in:
parent
724de75190
commit
a7578327e8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ void loop() {
|
|||
}
|
||||
|
||||
// read data incoming from Bluetooth and write them to Serial port
|
||||
while (bluetooth.available() > 0) {
|
||||
while (ble.available() > 0) {
|
||||
Serial.write(ble.read());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue