mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-04 20:54:28 -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
|
@ -73,6 +73,7 @@ struct image_tag_t {
|
|||
char c[4];
|
||||
};
|
||||
|
||||
constexpr image_tag_t image_tag_none{0, 0, 0, 0};
|
||||
constexpr image_tag_t image_tag_acars{'P', 'A', 'C', 'A'};
|
||||
constexpr image_tag_t image_tag_adsb_rx{'P', 'A', 'D', 'R'};
|
||||
constexpr image_tag_t image_tag_afsk_rx{'P', 'A', 'F', 'R'};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue