heurist1
a49c35088d
Added back
...
Added the ability to use the Up and Left buttons simultaneously to cause the cursor to move to the top left of the screen
2021-10-09 22:46:05 +01:00
teixeluis
fe806b7bdc
Fixed the mixing of aircraft coordinates in the details view, by
...
checking if the ICAO address of the frame and the current item
in the details view match. Slight refactor by placing the decimal
to string conversion function into the string_format module.
Added fix in the scope of issue #365
FrequencyStepView field in TransmitterView class
FrequencyStepView field in TransmitterView class
Update ui_transmitter.hpp
Update credits
Fixed left padding of the decimal part of the numbers.
2021-06-24 15:16:19 +01:00
teixeluis
97349b06ef
Fixes to the log and screen rendering of the geo coordinates.
2021-06-23 19:54:34 +01:00
teixeluis
2ceb49e4f2
Added more precise function to calculate NL (based on cmath lib).
...
Created constants for some of the values scattered in the code.
2021-06-19 23:41:06 +01:00
teixeluis
43e123bafe
Used temporarily for experimental purposes, no longer needed.
2021-06-11 00:25:24 +01:00
teixeluis
c2dc7d1cf5
Slight improvement of the tone generator.
2021-06-11 00:13:56 +01:00
teixeluis
edcd780402
Improved the pitch RSSI. Still looking for better approach.
2021-06-10 12:10:24 +01:00
Arjan Onwezen
6bc2cbeda9
ISO datetime for Clock, FileManager, Frequency manager
...
Added option to show/hide clock (with/without date)
2021-05-17 23:16:15 +02:00
Arjan Onwezen
f5c3219035
aprs_packet.hpp compiler warning fix
2021-05-10 21:30:45 +02:00
eried
57ed3ebb43
Merge branch 'pr/325' into next
2021-04-14 09:30:53 +02:00
DESKTOP-R56EVJP\Alex
f65852ff05
Rebased code from new eried repo commits. Changed to to reflect strijar implementation. Fixed previous issue with old ssb-am-tx ui_mictx code.
2021-03-21 20:21:50 -05:00
Erwin Ried
fe98a58a4f
Merge pull request #277 from GullCode/adsb_warning_fix
...
Fix adsb warnings
2021-03-15 11:45:32 +01:00
Erwin Ried
ee2ebc8302
Merge pull request #272 from euquiq/RADIOSONDE_METEOMAN_LAT_LON_BUG_FIX
...
Fix bug on radiosonde Meteoman Lat & lon calculation
2021-03-15 11:44:21 +01:00
East2West
f15cf78101
Add APRS Receiving App
2021-03-11 22:27:19 -06:00
ImDroided
62c1e4e028
Added Pocsag bitrate
...
I added 3200 to the bitrates in pocsag per a user request on Facebook.
2021-02-14 12:52:56 -06:00
Erwin Ried
f0ca95ee7e
Merge pull request #274 from GullCode/sonde_packet_warning_fix
...
Moved calibytes and calfrchk to cpp file to avoid unused warning
2021-02-03 22:06:27 +01:00
Erwin Ried
77a7f48958
Merge pull request #284 from GullCode/proc_pocsag_warning_fix
...
Added missing initialisations
2021-01-28 00:23:10 +01:00
Erwin Ried
523877e0d1
Merge pull request #287 from GullCode/ais_packet_warning_fix
...
Added missing default constructor
2021-01-28 00:22:37 +01:00
GullCode
45b874694e
Added missing default constructor
2021-01-27 16:36:44 +01:00
GullCode
ec520bf08c
Added missing initialisations
2021-01-27 16:07:03 +01:00
GullCode
c3fe053eb2
Fix adsb warnings
2021-01-27 15:38:05 +01:00
GullCode
e75677d366
Moved calibytes and calfrchk to cpp file to avoid unused warning
2021-01-27 15:09:02 +01:00
GullCode
1c1d3e9897
missing contructor
2021-01-27 14:57:22 +01:00
euquiq
50bab791dd
Fix bug on radiosonde Meteoman Lat & lon calculation
...
The underlying function used for calculating Latitude and Longitude -also used in other places inside the radiosonde app- was returning a positive value always.
But it needs to cope with negative values also (i.e. Lat and Lon)
Fixed by just changing the returning value into int32_t (even if the calculation is done in uint32_t, the actual sign is passed thru when returning the calculated value -those are the same 4 bytes, interpreted either as (before) unsigned or (now) signed)
2021-01-25 23:41:19 -03:00
Белоусов Олег
1e9406d091
Cleaned up a bit
2020-12-24 11:14:23 +03:00
Белоусов Олег
63f6a885d8
Implemented correct display of the filter indicator on the waterfall
2020-12-23 18:00:51 +03:00
euquiq
6aee1c9c30
just making Persistent Memory easier to read
...
Some internal code re-writing in order to simplify a bit, and hopefully making it easier to understand what's going on inside there.
2020-11-03 02:14:16 -03:00
dqs105
7ca322fed4
Added options for tuning CLKOUT freq.
...
- Now we have variable CLKOUT.
- CLKOUT can be set between 10kHz and 60MHz.
(The output signal will become mostly sine shape when reaching 50MHz.)
- Click on freq setting field to change tuning step.
2020-10-24 00:24:05 +08:00
dqs105
699504a703
Removed trailing spaces.
2020-10-14 20:35:51 +08:00
dqs105
48ccc1e988
Merge branch 'clkout_enable' of https://github.com/dqs105/portapack-mayhem into upstream
2020-10-14 20:15:36 +08:00
Erwin Ried
f3503e6844
Fix for the freezing when no on_touch_release function
2020-09-25 03:34:05 +02:00
Erwin Ried
99af859e13
Default null for on touch release and press
...
Fixes https://github.com/eried/portapack-mayhem/issues/194
2020-09-24 03:15:40 +02:00
dqs105
66a841e079
combine clkout_config => ui_config
2020-09-17 12:47:34 +08:00
dqs105
b15b781039
Added options for enabling CLKOUT.
...
- CLKOUT can be enabled in Radio settings and status bar.
- Fixed a typo(I believe) in ui_navigation.
2020-09-16 19:27:56 +08:00
Erwin Ried
3d9ce8a037
Merge branch 'pr/166' into Radiosonde-vaisala-add-temp-humidity-merge-conflicts-fix
2020-09-14 23:11:08 +02:00
Erwin Ried
3aaa4a0ba1
Merge pull request #161 from dqs105/mic_tx_rfgain
...
Added TX Gain control & code simplification
2020-09-14 22:50:35 +02:00
Erwin Ried
dbf8d2e130
Merge pull request #167 from euquiq/fix-backlight-timer-bug
...
fix-portapack-backlight-timer-bug
2020-08-25 10:11:31 +02:00
euquiq
a445bfa444
fix-portapack-backlight-timer-bug
...
The selected time for backlight off on Options-> Interface was not working ok for most of the selectable time options.
2020-08-24 18:12:46 -03:00
euquiq
13abb620f6
Radiosonde-vaisala-add-temp-humidity
...
Also added the fields "DateTime" which just shows the raw timestamp that portapack assigned the last packet received, in the format: YYYYMMDDHHMMSS ... And "Frame" which shows the packet # (or frame) for correlating with other software / verify that there are new packets being received.
Also moved a string function for returning rounded-up decimals, originally inside the whipcalc tool app, into the string_format functions library, because I used that function on TEMP and HUMIDITY values inisde the radiosonde app.
Finally, the whole UI has its widgets moved a bit, giving space for these new parameters.
2020-08-24 17:31:27 -03:00
dqs105
911eb36210
Merged TxButton and Button & minor bug fix
2020-08-24 11:02:42 +08:00
dqs105
d7568b820d
UI tweak & new PTT button
2020-08-24 01:53:34 +08:00
Erwin Ried
f1a2155e87
Merge pull request #157 from eried/gcc9.3-assert-redefinition
...
Gcc9.3 assert redefinition
2020-08-20 21:45:11 +02:00
Erwin Ried
af8382eeb0
Merge pull request #145 from strijar/audio-cw
...
Audio FIR filter for CW
2020-08-20 20:57:01 +02:00
euquiq
e76a464f7e
Radiosonde-CRC-checkbox
...
Added CRC calculation for Vaisala radiosondes.
Added a Checkbox on APP for turning ON / OFF CRC. When CRC on, malformed packets are ignored.
Connected existing CRC function for METEOMAN sondes, using the same "CRC" checkbox logic.
2020-08-20 15:22:11 -03:00
eried
1c9ccbc247
Rename m4txevent::assert and m0apptxevent::assert (adding "_event")
...
Copied from f6cdf6a722
#
2020-08-19 09:43:04 +02:00
Белоусов Олег
3559e37a76
Audio FIR filter for CW
2020-08-17 16:07:06 +03:00
Erwin Ried
cc2046b607
Merge pull request #119 from euquiq/MIC_TX_RX_with_volume_and_squelch
...
MIC TX Now includes RX with Volume and Squelch
2020-08-15 15:53:48 +02:00
Erwin Ried
5a3da3bd6a
Merge branch 'v1.2' into add-heading-to-geomap
2020-08-15 15:52:53 +02:00
Erwin Ried
40785e8094
Merge pull request #135 from euquiq/radiosonde-vaisala-rs41-decoding
...
Radiosonde-app-Vaisala-rs41-decoding
2020-08-15 15:51:10 +02:00
Erwin Ried
f519168602
Merge branch 'new-footer' into v1.2
2020-08-15 15:48:49 +02:00