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
<li><p>Added <codeclass="docutils literal notranslate"><spanclass="pre">network:sta_status/0</span></code> to get the current connection state of the sta interface.</p></li>
263
267
</ul>
264
268
</section>
265
269
<sectionid="changed">
@@ -284,6 +288,8 @@ <h3>Changed<a class="headerlink" href="#changed" title="Link to this heading">
284
288
<li><p>Badarg error return from calling crypto:crypto_one_time with invalid arguments now matches OTP24+.</p></li>
285
289
<li><p>When function head doesn’t match, function arguments are now in stacktrace</p></li>
286
290
<li><p>Function arguments are added to stacktrace also for some NIFs, when one of the arguments is badarg</p></li>
291
+
<li><p>Using a custom callback for STA disconnected events in esp32 network driver will stop automatic re-connect,
292
+
allowing applications to use scan results or other means to decide when and where to connect.</p></li>
0 commit comments