Skip to content

Commit

Permalink
Enable BLE Led
Browse files Browse the repository at this point in the history
  • Loading branch information
beegee-tokyo committed Dec 10, 2021
1 parent fb0bd63 commit 888ccfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BLE/ble_nrf52.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void initBLE(void)

Bluefruit.setName(serial_str);

Bluefruit.autoConnLed(false);
Bluefruit.autoConnLed(true);

Bluefruit.Periph.setConnectCallback(connect_callback);
Bluefruit.Periph.setDisconnectCallback(disconnect_callback);
Expand Down

0 comments on commit 888ccfb

Please sign in to comment.