Skip to content

Commit 9e301a9

Browse files
committed
esp8266: add note in docs about simultaneous use of STA_IF and AP_IF
see also esp8266/Arduino#1624
1 parent e3626b4 commit 9e301a9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/library/network.rst

+9
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,15 @@ For example::
267267
connect). Availability of the methods below depends on interface type.
268268
For example, only STA interface may ``connect()`` to an access point.
269269

270+
.. note::
271+
272+
Simultaneous operation of STA_IF and AP_IF interfaces is supported.
273+
274+
However, due to restrictions of the hardware, there may be performance
275+
issues in the AP_IF, if the STA_IF is not connected and searching.
276+
An application should manage these interfaces and for example
277+
deactivate the STA_IF in environments where only the AP_IF is used.
278+
270279
Methods
271280
-------
272281

0 commit comments

Comments
 (0)