Use more consistent name

pull/23/head
sh123 2021-06-08 17:41:13 +03:00
rodzic 08f3bcb413
commit 80c5d79e91
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -29,7 +29,7 @@
#define CFG_LORA_ENABLE_CRC true // set to false for speech data
#define CFG_BT_NAME "loraprs"
#define CFG_USE_BLE false // set to true to use bluetooth low energy (for ios devices)
#define CFG_BT_USE_BLE false // set to true to use bluetooth low energy (for ios devices)
#define CFG_APRS_LOGIN "NOCALL-10"
#define CFG_APRS_PASS "12345"

Wyświetl plik

@ -47,7 +47,7 @@ void initializeConfig(LoraPrs::Config &cfg) {
// bluetooth device name
cfg.BtName = CFG_BT_NAME;
cfg.BtEnableBle = CFG_USE_BLE;
cfg.BtEnableBle = CFG_BT_USE_BLE;
// server mode wifi paramaters
cfg.WifiSsid = CFG_WIFI_SSID;