kopia lustrzana https://github.com/jgromes/RadioLib
[JDY08] Fixed incorrect variable name
rodzic
724de75190
commit
a7578327e8
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue