Adding WiFi.softAP support and bumping version.

This commit is contained in:
Brad Nelson
2022-06-06 23:30:59 -07:00
parent ab2b73f2ff
commit c9a04dcdeb
3 changed files with 18 additions and 2 deletions

View File

@ -448,6 +448,15 @@ WiFi.localIP ( -- ip )
WiFi.mode ( mode -- ) WIFI_MODE_NULL WIFI_MODE_STA WIFI_MODE_AP WIFI_MODE_APSTA
WiFi.setTxPower ( powerx4 -- ) Set power x4
WiFi.getTxPower ( -- powerx4 ) Get power x4
( In 7.0.6.17 and up )
WiFi.softAP ( ssid password/0 -- success )
WiFi.softAPIP ( -- ip )
WiFi.softAPBroadcastIP ( -- ip )
WiFi.softAPNetworkID ( -- ip )
WiFi.softAPConfig ( localip gateway subnet -- success )
WiFi.softAPdisconnect ( wifioff -- success )
WiFi.softAPgetStationNum ( -- num )
</pre>
<h5>mDNS</h5>