Erwin Ried
2a11b59ab7
Merge pull request #424 from intoxsick/custom-splash-screen-from-sd
...
Custom splash screen from sd
2021-11-24 12:35:41 +01:00
Erwin Ried
0d1d703ba9
Merge pull request #426 from heurist1/update_pocsag_decoder
...
Update pocsag decoder
2021-11-24 12:32:33 +01:00
Erwin Ried
e985efd78b
Merge pull request #422 from heurist1/adsb-improve-decode-and-gui
...
Adsb improve decode and gui
2021-11-22 20:53:29 +01:00
heurist1
a571e40c59
Changed amp to integer
2021-11-06 10:15:17 +00:00
heurist1
79b24ebe13
Improve output
2021-11-01 22:51:06 +00:00
heurist1
318720f364
Removed all traces of the parameters on the POGSAG config message
...
Left in the message for the moment, because there are likely to be parameters needed at some point.
2021-10-22 18:11:50 +01:00
heurist1
62f063aef5
Removed unused items from the UI
...
Removed unused items from the UI
2021-10-21 17:14:08 +01:00
heurist1
ab364ca497
POCSAG before reformat
...
This is the POCSAG code before reformat to put smooth and extract packets in the correct place
2021-10-10 09:15:42 +01:00
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
95be75a8af
Merge pull request #172 from dqs105/new_splash
...
New custom splash.
2020-09-14 22:53:59 +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
dqs105
5cbbf62c5f
Removed drawRAW.
...
- BMP files can be loaded directly now, so it can be removed.
2020-08-29 10:53:26 +08:00
dqs105
80f074b82f
Added BMP file support.
...
- Now can load splash.bmp!
2020-08-28 12:23:52 +08:00
dqs105
7116ca3f91
Fixed typo.
2020-08-28 00:27:52 +08:00
dqs105
78f2e417d6
Fixed RGB565 mode & clean up
2020-08-28 00:21:09 +08:00
dqs105
8edaa1e51e
Added new custom splash.
...
- Custom splash now can be loaded from SD card.
2020-08-27 23:07:48 +08:00