Browse Source
Merge pull request #313 from 446564/ext-notify-nano-g2
enable external notify for nano g2 ultra
pull/314/head
ripplebiz
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
variants/nano_g2_ultra/platformio.ini
|
|
|
@ -40,6 +40,7 @@ build_flags = |
|
|
|
-D BLE_DEBUG_LOGGING=1 |
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
-D DISPLAY_CLASS=SH1106Display |
|
|
|
-D PIN_BUZZER=4 |
|
|
|
; -D ENABLE_PRIVATE_KEY_IMPORT=1 |
|
|
|
; -D ENABLE_PRIVATE_KEY_EXPORT=1 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
@ -47,6 +48,7 @@ build_flags = |
|
|
|
build_src_filter = ${Nano_G2_Ultra.build_src_filter} |
|
|
|
+<helpers/nrf52/SerialBLEInterface.cpp> |
|
|
|
+<helpers/ui/SH1106Display.cpp> |
|
|
|
+<helpers/ui/buzzer.cpp> |
|
|
|
+<../examples/companion_radio> |
|
|
|
lib_deps = |
|
|
|
${Nano_G2_Ultra.lib_deps} |
|
|
|
@ -54,3 +56,4 @@ lib_deps = |
|
|
|
adafruit/Adafruit SH110X @ ~2.1.13 |
|
|
|
adafruit/Adafruit GFX Library @ ^1.12.1 |
|
|
|
stevemarple/MicroNMEA @ ^2.0.6 |
|
|
|
end2endzone/NonBlockingRTTTL@^1.3.0 |
|
|
|
|