mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
Finished jammer modes
Shaved off a few kBs by using the Labels widget
This commit is contained in:
parent
d12cd0d8af
commit
4e8980e5d8
26 changed files with 232 additions and 304 deletions
|
@ -112,24 +112,18 @@ ADSBTxView::ADSBTxView(NavigationView& nav) {
|
|||
baseband::run_image(portapack::spi_flash::image_tag_adsb_tx);
|
||||
|
||||
add_children({
|
||||
&text_format,
|
||||
&labels,
|
||||
&options_format,
|
||||
&text_icaolabel,
|
||||
&sym_icao,
|
||||
&text_callsign,
|
||||
&button_callsign,
|
||||
&text_altitude,
|
||||
&field_altitude,
|
||||
&text_latitude,
|
||||
&field_lat_degrees,
|
||||
&field_lat_minutes,
|
||||
&field_lat_seconds,
|
||||
&text_longitude,
|
||||
&field_lon_degrees,
|
||||
&field_lon_minutes,
|
||||
&field_lon_seconds,
|
||||
&check_emergency,
|
||||
&text_squawk,
|
||||
&field_squawk,
|
||||
&text_frame_a,
|
||||
&text_frame_b,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue