Commit Graph

5 Commits

Author SHA1 Message Date
Mo 59fb74be1d Antenna Calculator: fix out-of-range handling + add Comet W100RX (#3321)
* Antenna Calculator: handle out-of-range frequencies

Fix an out-of-bounds read in update_result(): when the required
quarter-wave length was shorter than the fully-collapsed antenna, the
element interpolation indexed elements[-1]. Guard the frequency range and
report 'retracted' (above the fundamental range; a wideband RX whip still
receives here via harmonics) or 'fully ext.' (below range) instead of a
garbage element count.

* Add Comet W100RX to the sample WHIPCALC/ANTENNAS.TXT

Comet W100RX telescopic RX whip, segment lengths (mm) from the Comet
W100RX instruction sheet: 200/300/400/510/615/800/986.
2026-09-16 18:30:36 +02:00
Totoo 371b6b5079 Multi screen support, with dyn alignment (#2801) 2025-10-03 19:10:10 +02:00
Totoo a1d7cf2b86 Prepare for display orientation part 1 (#2661) 2025-05-22 23:24:53 +08:00
gullradriel 4e38dc4d3e put back app in 'Utilities' (#2500)
Co-authored-by: gullradriel <gullradriel@no-mail.com>
2025-01-26 22:15:02 +01:00
gullradriel a65ef3ce2e Externalize antenna calc and wav view (#2498)
* externalize antenna calc and wav view
* Added a tool to check if all the pictures in graphics are used in internal apps
2025-01-26 21:36:21 +01:00