Skip to content

Commit b324413

Browse files
committed
Add LED startup cycle
1 parent 516a6e2 commit b324413

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/examples/http/http.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ void setup() {
1212

1313
Log.begin(115200);
1414
LedCtrl.begin();
15+
LedCtrl.startupCycle();
1516

1617
// Start LTE modem and wait until we are connected to the operator
1718
Lte.begin();

src/examples/http_get_time/http_get_time.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ long getTimeFromApiresp(String *resp) {
1818
void setup() {
1919

2020
LedCtrl.begin();
21+
LedCtrl.startupCycle();
2122

2223
Log.begin(115200);
2324
Log.info("Starting HTTP Get Time Example\r\n");

0 commit comments

Comments
 (0)