Updated Software, environment and sketch configuration (markdown)

master
sh123 2021-10-25 16:12:51 +03:00
rodzic 3b4612a178
commit 9d015b1125
1 zmienionych plików z 2 dodań i 1 usunięć

@ -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
- 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.