File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,16 @@ will overflow every 7:45h. If a long-term working RTC time is required then
125
125
``time() `` or ``localtime() `` must be called at least once within 7 hours.
126
126
MicroPython will then handle the overflow.
127
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
+
128
138
Sockets and WiFi buffers overflow
129
139
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
130
140
You can’t perform that action at this time.
0 commit comments