mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-19 03:38:05 -04:00
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:
parent
ea02d98a59
commit
1bf0d2b3e6
5 changed files with 1638 additions and 0 deletions
6
firmware/application/external/external.cmake
vendored
6
firmware/application/external/external.cmake
vendored
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue