diff --git a/Software,-environment-and-sketch-configuration.md b/Software,-environment-and-sketch-configuration.md index 9114780..1c590bb 100644 --- a/Software,-environment-and-sketch-configuration.md +++ b/Software,-environment-and-sketch-configuration.md @@ -59,4 +59,5 @@ # KISS over TCP/IP - Enable KISS over TCP/IP server by setting `KissEnableTcpIp/CFG_KISS_TCP_IP` to `true` - Bluetooth is NOT going to be disabled if enabled by setting name in `cfg.BtName/CFG_BT_NAME` -- Default port is 8001 \ No newline at end of file +- Default port is 8001 +- Additionally, it is possible to run modem in WiFi AP mode by setting to `cfg.WifiEnableAp/CFG_WIFI_ENABLE_AP` to `true` in this case `cfgWifiSsid/CFG_WIFI_SSID` and `cfg.WifiKey/CFG_WIFI_KEY` will be used. \ No newline at end of file