BLE spam ext app (#1624)

* BLESpam ext app first release

* Ios partly added

* Fix missing!

* Maybe fix Ios

* Add comment

* Fixes

* Added samsung and windows

* cleaning a bit

* Partial size fix

* Move continuity to blespam namespace.

* Optimize code layout, so not using fw space

* Ui changes
This commit is contained in:
Totoo 2023-12-06 14:35:23 +01:00 committed by GitHub
parent ea02d98a59
commit 1bf0d2b3e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1638 additions and 0 deletions

View file

@ -15,6 +15,11 @@ set(EXTCPPSRC
#font_viewer
external/font_viewer/main.cpp
external/font_viewer/ui_font_viewer.cpp
#blespam
external/blespam/main.cpp
external/blespam/ui_blespam.cpp
)
set(EXTAPPLIST
@ -22,4 +27,5 @@ set(EXTAPPLIST
afsk_rx
calculator
font_viewer
blespam
)