mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 14:42:33 -04:00
External sensor tester app (#1949)
* added tilt * added extsensors app * added icon * Added EnvironmentData to ExtSensor app and message.hpp * Added gotenv command
This commit is contained in:
parent
908c0e2cd5
commit
2648f18b12
8 changed files with 329 additions and 5 deletions
6
firmware/application/external/external.cmake
vendored
6
firmware/application/external/external.cmake
vendored
|
@ -62,6 +62,11 @@ set(EXTCPPSRC
|
|||
external/keyfob/main.cpp
|
||||
external/keyfob/ui_keyfob.cpp
|
||||
external/keyfob/ui_keyfob.hpp
|
||||
|
||||
#extsensors
|
||||
external/extsensors/main.cpp
|
||||
external/extsensors/ui_extsensors.cpp
|
||||
external/extsensors/ui_extsensors.hpp
|
||||
)
|
||||
|
||||
set(EXTAPPLIST
|
||||
|
@ -80,4 +85,5 @@ set(EXTAPPLIST
|
|||
spainter
|
||||
keyfob
|
||||
tetris
|
||||
extsensors
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue