add oscilloscope (time sink) app (#3059)

* POC

* submodule

* seperate bb

* seperate bb

* seperate bb

* seperate bb

* seperate bb

* sadly have to reduce history

* icon

* bring it back

* bring it back

* bb

* format and move bb outside
This commit is contained in:
zxkmm
2026-03-03 02:17:02 +08:00
committed by GitHub
parent f489d43259
commit 9ca36394d0
12 changed files with 911 additions and 3 deletions
+1
View File
@@ -96,6 +96,7 @@ constexpr image_tag_t image_tag_sonde{'P', 'S', 'O', 'N'};
constexpr image_tag_t image_tag_tpms{'P', 'T', 'P', 'M'};
constexpr image_tag_t image_tag_wfm_audio{'P', 'W', 'F', 'M'};
constexpr image_tag_t image_tag_wideband_spectrum{'P', 'S', 'P', 'E'};
constexpr image_tag_t image_tag_time_sink{'P', 'T', 'S', 'K'};
constexpr image_tag_t image_tag_test{'P', 'T', 'S', 'T'};
constexpr image_tag_t image_tag_adsb_tx{'P', 'A', 'D', 'T'};