Skip to content

Commit f97008f

Browse files
authored
Merge pull request #295 from dicobrazz/patch-1
added ! at line 63
2 parents 7319baa + 7e6e306 commit f97008f

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)