Added the last mac address bytes in bluetooth device and default notification pinout to tlora_v2_1_16 (#1320)

* Added the last mac address bytes in bluetooth device name ESP32Bluetooth.cpp
Add default notification pinout to tlora_v2_1_16/variant.h

* updated ADC_MULTIPLIER  value for more accuracy
This commit is contained in:
amerinoj
2022-03-25 13:24:56 +01:00
committed by GitHub
parent 362795a7c8
commit 501067cd36
2 changed files with 5 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ void ESP32Bluetooth::setup()
//NimBLEDevice::deleteAllBonds();
NimBLEDevice::init("Meshtastic_1234");
NimBLEDevice::init(getDeviceName());
NimBLEDevice::setPower(ESP_PWR_LVL_P9);
NimBLEDevice::setSecurityAuth(true, true, true);