We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516a6e2 commit b324413Copy full SHA for b324413
src/examples/http/http.ino
@@ -12,6 +12,7 @@ void setup() {
12
13
Log.begin(115200);
14
LedCtrl.begin();
15
+ LedCtrl.startupCycle();
16
17
// Start LTE modem and wait until we are connected to the operator
18
Lte.begin();
src/examples/http_get_time/http_get_time.ino
@@ -18,6 +18,7 @@ long getTimeFromApiresp(String *resp) {
void setup() {
19
20
21
22
23
24
Log.info("Starting HTTP Get Time Example\r\n");
0 commit comments