You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I (346) nm_eth.c: Ethernet initialized with 0 port(s)
69
-
I (346) edgent.c: Blynk.Edgent initialized (device: Blynk Blinking LED-N945)
70
-
I (356) edgent.c: State transition: IDLE => CONNECTING_NET
71
-
I (356) example: Received on_state_change
72
-
I (1506) edgent.c: State transition: CONNECTING_NET => CONNECTING_CLOUD
73
-
I (1506) example: Received on_state_change
74
-
I (2626) edgent.c: State transition: CONNECTING_CLOUD => RUNNING
75
-
I (2626) example: Received on_state_change
76
-
I (2626) example: Received on_initial_connection
65
+
I (771) edgent.c: Blynk.Edgent initialized (device: Blynk Demo-N1A9)
66
+
I (771) edgent.c: State: IDLE => CONNECTING_NET
67
+
I (771) example: State change event received
68
+
I (851) nm_wifi.c: Connecting to SSID:wifi BSSID 2c:c8:1b:xx:xx:xx CH:11
69
+
I (851) example: Awaiting Cloud connection...
70
+
I (1931) edgent.c: State: CONNECTING_NET => CONNECTING_CLOUD
71
+
I (1931) example: State change event received
72
+
I (2981) edgent.c: State: CONNECTING_CLOUD => RUNNING
73
+
I (2981) example: State change event received
74
+
I (2981) example: Initial connection established
75
+
I (2991) example: [main] Cloud connected event received! Continuing...
77
76
```
78
77
79
78
</details>
@@ -95,19 +94,18 @@ The example application also handles the on-board button:
95
94
idf.py add-dependency "blynk/edgent^1.0.0"
96
95
```
97
96
98
-
If your project uses **Minimal Build**, consider disabling it, or add build dependencies explicitly:
97
+
If your project uses [`MINIMAL_BUILD`](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/build-system.html#cmake-build-properties), consider disabling it, or add build dependencies explicitly:
0 commit comments