* T1000e BLE - default node name is now the MAC address

This commit is contained in:
Scott Powell
2026-01-23 15:53:58 +11:00
parent 616eb57b16
commit 3c27132914
7 changed files with 47 additions and 17 deletions

View File

@@ -107,6 +107,7 @@ build_flags = ${t1000-e.build_flags}
-D DISPLAY_CLASS=NullDisplayDriver
-D PIN_BUZZER=25
-D PIN_BUZZER_EN=37 ; P1/5 - required for T1000-E
-D ADVERT_NAME='"@@MAC"'
build_src_filter = ${t1000-e.build_src_filter}
+<helpers/nrf52/SerialBLEInterface.cpp>
+<helpers/ui/buzzer.cpp>