From 9d015b1125930cf75300ef18ad93a76e4192d030 Mon Sep 17 00:00:00 2001 From: sh123 Date: Mon, 25 Oct 2021 16:12:51 +0300 Subject: [PATCH] Updated Software, environment and sketch configuration (markdown) --- Software,-environment-and-sketch-configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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