kopia lustrzana https://github.com/sh123/esp32_loraprs
Use more consistent name
rodzic
08f3bcb413
commit
80c5d79e91
2
config.h
2
config.h
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Ładowanie…
Reference in New Issue