Skip to content

Commit 19f316f

Browse files
author
Owen L - SFE
committed
add delay to setup of BLE LED example
Trying to address #107
1 parent 259c18f commit 19f316f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

libraries/Examples/examples/Example8_BLE_LED/Example8_BLE_LED.ino

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@
3434

3535
void setup() {
3636

37-
#ifdef DEBUG
38-
SERIAL_PORT.begin(115200);
39-
delay(1000);
40-
SERIAL_PORT.printf("Apollo3 Arduino BLE Example. Compiled: %s\n", __TIME__);
41-
#endif
37+
SERIAL_PORT.begin(115200);
38+
delay(1000);
39+
SERIAL_PORT.printf("Apollo3 Arduino BLE Example. Compiled: %s\n", __TIME__);
4240

4341
pinMode(LED_BUILTIN, OUTPUT);
4442
set_led_low();

0 commit comments

Comments
 (0)