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:
Totoo 2024-03-07 17:22:24 +01:00 committed by GitHub
parent 908c0e2cd5
commit 2648f18b12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 329 additions and 5 deletions

View file

@ -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
)