Skip to content

Commit d0e09a3

Browse files
committed
clean up
1 parent a541fad commit d0e09a3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/adv_advanced/adv_advanced.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ void setup()
3232
pinMode(PIN_ADV, INPUT_PULLUP);
3333

3434
Serial.begin(115200);
35-
Serial.println("Bluefruit52 Blinky Example");
36-
Serial.println("--------------------------\n");
35+
Serial.println("Bluefruit52 Advanced Advertising Example");
36+
Serial.println("----------------------------------------\n");
3737

3838
// Initialize blinkTimer for 1000 ms and start it
3939
blinkTimer.begin(1000, blink_timer_callback);

libraries/Bluefruit52Lib/examples/Peripheral/beacon/beacon.ino

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ void setup()
3939
Serial.println("--------------------------\n");
4040

4141
Bluefruit.begin();
42-
// Set max power. Accepted values are: -40, -30, -20, -16, -12, -8, -4, 0, 4
42+
43+
// off Blue LED for lowest power consumption
4344
Bluefruit.autoConnLed(false);
45+
46+
// Set max power. Accepted values are: -40, -30, -20, -16, -12, -8, -4, 0, 4
4447
Bluefruit.setTxPower(0);
4548
Bluefruit.setName("Bluefruit52");
4649

0 commit comments

Comments
 (0)