portapack-mayhem/firmware/application/apps
Brumi-2021 4342f5c0ee
Adding_WFM_AM_mode_to_Audio_App (#2644)
* Adding_WFM_AM_mode_to_Audio_App
* more precise values for cos and sin theta, fix sen_theta to sin_theta
* fix sen_theta to sin_theta
2025-05-05 17:48:01 +02:00
..
ais_app.cpp Beep-on-packet support in AIS app (#2064) 2024-03-29 22:08:32 +01:00
ais_app.hpp Beep-on-packet support in AIS app (#2064) 2024-03-29 22:08:32 +01:00
analog_audio_app.cpp Adding_WFM_AM_mode_to_Audio_App (#2644) 2025-05-05 17:48:01 +02:00
analog_audio_app.hpp Adding_WFM_AM_mode_to_Audio_App (#2644) 2025-05-05 17:48:01 +02:00
ble_comm_app.cpp Declare all folder names in a single source file (#2039) 2024-03-25 08:44:49 +01:00
ble_comm_app.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ble_rx_app.cpp Delete dead code in ble_rx_app.cpp (#2620) 2025-04-11 10:49:09 +00:00
ble_rx_app.hpp Add BLE RX filter options (#2236) 2024-09-06 20:22:00 +02:00
ble_tx_app.cpp make the ptext_prompt func can define which keyboard to enter (#2608) 2025-04-04 15:41:12 +02:00
ble_tx_app.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
capture_app.cpp Renamed parameters in rx_capture.ini file (#2452) 2024-12-29 18:29:31 +01:00
capture_app.hpp Renamed parameters in rx_capture.ini file (#2452) 2024-12-29 18:29:31 +01:00
dump1090.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ert_app.cpp Setfreq usb command (#2235) 2024-09-04 20:26:31 +02:00
ert_app.hpp Setfreq usb command (#2235) 2024-09-04 20:26:31 +02:00
pocsag_app.cpp Setfreq usb command (#2235) 2024-09-04 20:26:31 +02:00
pocsag_app.hpp Setfreq usb command (#2235) 2024-09-04 20:26:31 +02:00
soundboard_app.cpp Fix for #2538 (#2635) 2025-05-02 04:19:41 +00:00
soundboard_app.hpp Fix for #2538 (#2635) 2025-05-02 04:19:41 +00:00
spectrum_analysis_app.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
spectrum_analysis_app.hpp Fix up Waterfall control names (#1219) 2023-06-30 07:34:19 +02:00
ui_about_simple.cpp added discord server information (#2471) 2025-01-07 14:56:08 +01:00
ui_about_simple.hpp auto scroll the name list (#2358) 2024-11-14 14:52:43 +01:00
ui_adsb_rx.cpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_adsb_rx.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_aprs_rx.cpp APRS: add frequency settings for Brazil (#2494) 2025-01-26 21:39:38 +01:00
ui_aprs_rx.hpp APRS: add frequency settings for Brazil (#2494) 2025-01-26 21:39:38 +01:00
ui_aprs_tx.cpp make the ptext_prompt func can define which keyboard to enter (#2608) 2025-04-04 15:41:12 +02:00
ui_aprs_tx.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_battinfo.cpp Remove warn text too from batt (#2377) 2024-11-20 15:02:02 +01:00
ui_battinfo.hpp Remove warn text too from batt (#2377) 2024-11-20 15:02:02 +01:00
ui_bht_tx.cpp Don't update radio directly when saving/restoring tx/rx model settings. (#1160) 2023-06-17 07:54:52 -07:00
ui_bht_tx.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_bmp_file_viewer.cpp Bmp File Viewer + extras (#2119) 2024-04-24 05:18:12 +02:00
ui_bmp_file_viewer.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_btle_rx.cpp More btle improvements (#1549) 2023-11-03 08:08:49 +01:00
ui_btle_rx.hpp New and Improved BLE App. (#1524) 2023-10-22 22:58:14 -07:00
ui_debug.cpp Externalize dump pmem (#2590) 2025-03-24 18:14:08 -05:00
ui_debug.hpp move Temprature debug app into external (#2411) 2024-12-07 12:38:15 +01:00
ui_debug_max17055.cpp I2C device manager (#2282) 2024-10-06 22:14:27 +02:00
ui_debug_max17055.hpp I2c fix (#2287) 2024-10-07 11:55:11 +02:00
ui_dfu_menu.cpp I2C device manager (#2282) 2024-10-06 22:14:27 +02:00
ui_dfu_menu.hpp I2C device manager (#2282) 2024-10-06 22:14:27 +02:00
ui_encoders.cpp fine tune waveform and ook again (#2322) 2024-11-03 20:19:29 +01:00
ui_encoders.hpp remove dead code (#2593) 2025-03-25 12:33:28 +01:00
ui_external_module_view.cpp Added menu group for transceivers (#2623) 2025-04-15 16:46:49 +08:00
ui_external_module_view.hpp enforce #ifndef __HEADER_H instead of #pragma once, for code consitency and better portability (#2296) 2024-10-14 15:50:04 +02:00
ui_fileman.cpp Custom waterfall colors (#2617) 2025-04-11 10:46:04 +00:00
ui_fileman.hpp Custom waterfall colors (#2617) 2025-04-11 10:46:04 +00:00
ui_flash_utility.cpp Fix encoder setting p.mem issue (#2475) 2025-01-09 15:56:14 +01:00
ui_flash_utility.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_freqman.cpp Adding_WFM_AM_mode_to_Audio_App (#2644) 2025-05-05 17:48:01 +02:00
ui_freqman.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_iq_trim.cpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_iq_trim.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_looking_glass_app.cpp Custom waterfall colors (#2617) 2025-04-11 10:46:04 +00:00
ui_looking_glass_app.hpp Custom waterfall colors (#2617) 2025-04-11 10:46:04 +00:00
ui_mictx.cpp updating_comments (#2191) 2024-07-08 11:11:12 +02:00
ui_mictx.hpp Invest limit bw ssb to 3 k (#2188) 2024-07-06 13:34:09 +02:00
ui_modemsetup.cpp SymField rewrite (#1444) 2023-09-12 12:38:19 -07:00
ui_modemsetup.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_playlist.cpp Declare all folder names in a single source file (#2039) 2024-03-25 08:44:49 +01:00
ui_playlist.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_pocsag_tx.cpp make the ptext_prompt func can define which keyboard to enter (#2608) 2025-04-04 15:41:12 +02:00
ui_pocsag_tx.hpp fix pocsag tx char limit (#2303) 2024-10-15 20:38:18 +02:00
ui_rds.cpp make the ptext_prompt func can define which keyboard to enter (#2608) 2025-04-04 15:41:12 +02:00
ui_rds.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_recon.cpp Remove unneeded AMFM support in those apps (#2597) 2025-03-26 11:58:11 +01:00
ui_recon.hpp Externalize level (#2596) 2025-03-26 18:20:01 +08:00
ui_recon_settings.cpp make the ptext_prompt func can define which keyboard to enter (#2608) 2025-04-04 15:41:12 +02:00
ui_recon_settings.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_sd_over_usb.cpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_sd_over_usb.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_search.cpp Custom waterfall colors (#2617) 2025-04-11 10:46:04 +00:00
ui_search.hpp Custom waterfall colors (#2617) 2025-04-11 10:46:04 +00:00
ui_settings.cpp Support IPS screen & brightness set for IPS screen (#2629) 2025-04-17 07:40:28 +02:00
ui_settings.hpp Support IPS screen & brightness set for IPS screen (#2629) 2025-04-17 07:40:28 +02:00
ui_sigfrx.cpp splash fix and draw bmp fuc logic wrong (#2376) 2024-11-20 17:35:40 +08:00
ui_sigfrx.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_siggen.cpp Fix for #2538 (#2635) 2025-05-02 04:19:41 +00:00
ui_siggen.hpp Added different modulations in signal generator 2025-03-03 22:17:56 +01:00
ui_sonde.cpp Setfreq usb command (#2235) 2024-09-04 20:26:31 +02:00
ui_sonde.hpp Setfreq usb command (#2235) 2024-09-04 20:26:31 +02:00
ui_ss_viewer.cpp splash fix and draw bmp fuc logic wrong (#2376) 2024-11-20 17:35:40 +08:00
ui_ss_viewer.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_standalone_view.cpp Pacman warning fix (#2298) 2024-10-14 17:40:29 +02:00
ui_standalone_view.hpp fixed warning (#2297) 2024-10-14 17:03:24 +02:00
ui_subghzd.cpp Csv from subghzd (#2375) 2024-11-20 09:22:55 +01:00
ui_subghzd.hpp Csv from subghzd (#2375) 2024-11-20 09:22:55 +01:00
ui_test.cpp Consolidate frequency field on_edit (#1166) 2023-06-18 21:11:04 +02:00
ui_test.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_text_editor.cpp make the ptext_prompt func can define which keyboard to enter (#2608) 2025-04-04 15:41:12 +02:00
ui_text_editor.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_touch_calibration.cpp Disable Back button during Touch Calibration (#2115) 2024-04-21 08:34:55 +02:00
ui_touch_calibration.hpp Disable Back button during Touch Calibration (#2115) 2024-04-21 08:34:55 +02:00
ui_touchtunes.cpp Added Freq to Radio State, only update specified App Settings, always Load/Save Settings (#1498) 2023-10-14 11:33:52 -05:00
ui_touchtunes.hpp Theme system (#2164) 2024-05-27 21:02:52 +02:00
ui_weatherstation.cpp Weather csv log (#2369) 2024-11-19 17:39:30 +01:00
ui_weatherstation.hpp Weather csv log (#2369) 2024-11-19 17:39:30 +01:00