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 e3fa7fd commit 2324e75Copy full SHA for 2324e75
docs/esp8266/general.rst
@@ -125,6 +125,16 @@ will overflow every 7:45h. If a long-term working RTC time is required then
125
``time()`` or ``localtime()`` must be called at least once within 7 hours.
126
MicroPython will then handle the overflow.
127
128
+Simultaneous operation of STA_IF and AP_IF
129
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
130
+
131
+Simultaneous operation of STA_IF and AP_IF interfaces is supported.
132
133
+However, due to restrictions of the hardware, there may be performance
134
+issues in the AP_IF, if the STA_IF is not connected and searching.
135
+An application should manage these interfaces and for example
136
+deactivate the STA_IF in environments where only the AP_IF is used.
137
138
Sockets and WiFi buffers overflow
139
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
140
0 commit comments