Skip to content

Commit 12e6b9a

Browse files
Update libraries/BluetoothSerial/examples/SerialToSerialBT_SSP/SerialToSerialBT_SSP.ino
Co-authored-by: Lucas Saavedra Vaz <lucassvaz@yahoo.com.br>
1 parent 1d2fad0 commit 12e6b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/BluetoothSerial/examples/SerialToSerialBT_SSP/SerialToSerialBT_SSP.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ void setup(){
128128
void loop(){
129129
if (confirmRequestDone){
130130
serial_response();
131-
}else{
131+
} else {
132132
delay(1); // Feed the watchdog
133133
}
134134
}

0 commit comments

Comments
 (0)