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 3905d00 commit b84fdb0Copy full SHA for b84fdb0
content/firmwareapi/pycom/network/espnow.md
@@ -62,7 +62,11 @@ ESPNOW.send(None, "Hello all Peers!")
62
63
#### ESPNOW.init()
64
65
-Initialize the ESP-NOW module.
+Initialize the ESP-NOW module. The module needs that WLAN has already been initialized.
66
+
67
+{{% hint style="danger" %}}
68
+When using ESP-NOW module, WLAN must not be reconfigured or deinitialized.
69
+{{% /hint %}}
70
71
## Methods:
72
0 commit comments