Skip to content

Commit 7e6e306

Browse files
authored
added ! at line 63
1 parent 7319baa commit 7e6e306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Bluefruit52Lib/examples/Projects/rssi_proximity/rssi_proximity_peripheral/rssi_proximity_peripheral.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void setup()
6060
blinkTimer.begin(1000, blink_timer_callback);
6161
blinkTimer.start();
6262

63-
if (Bluefruit.begin())
63+
if (!Bluefruit.begin())
6464
{
6565
Serial.println("Unable to init Bluefruit");
6666
while(1)

0 commit comments

Comments
 (0)