mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user