From a718ac67276433ed2e2d8d61046dd3f6cc8b98c2 Mon Sep 17 00:00:00 2001 From: sh123 Date: Sun, 24 Oct 2021 21:16:00 +0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index faedd90..ccefaf3 100644 --- a/Home.md +++ b/Home.md @@ -8,6 +8,7 @@ Amateur radio ESP32 based LoRa **KISS Bluetooth/BLE/USB/TCPIP modem** + **APRS-I - **Bluetooth**, enabled when `cfg.BtName/CFG_BT_NAME` is not empty - **BLE**, enabled when `cfg.BtEnableBle/CFG_BT_USE_BLE` is set to `true`, mode needs to be used with iOS applications, such as official aprs.fi APRS iOS client - **USB**, enabled when `cfg.UsbSerialEnable/CFG_USB_SERIAL_ENABLE` is set to `true` + - Use default baud rate of 9600 if ESP32 boot log is not disabled, if want to use higher baud rate then disable boot log - **TCPIP**, enabled when `cfg.KissEnableTcpIp/CFG_KISS_TCP_IP` is set to `true` - *WiFi client/STA mode*, activated when `cfg.WifiEnableAp/CFG_WIFI_ENABLE_AP` is set to `false` - Can operate in *WiFi AP mode*, activated when `cfg.WifiEnableAp/CFG_WIFI_ENABLE_AP` is set to `true`