Commit Graph

2068 Commits

Author SHA1 Message Date
Sjef Verhoeven PE5PVB
abf5dd1256 Added RDS filter option
You can now select RDS filter on/off in the menu.

Off: RDS data can be dirty, but is very fast.

On: RDS data is buffered and filtered by the TEF668x.
2023-06-18 23:03:37 +02:00
Sjef Verhoeven PE5PVB
f0205d785b Merge pull request #32 from ohmytime/main
Slow down display of BW and SNR
2023-06-18 19:44:09 +02:00
Sjef Verhoeven PE5PVB
2493cc2f58 Merge branch 'main' of https://github.com/PE5PVB/TEF6686_ESP32 2023-06-18 19:41:44 +02:00
Sjef Verhoeven PE5PVB
5b970f84ef Updated RDS routines 2023-06-18 19:41:41 +02:00
kevin
f28559648b Merge remote-tracking branch 'upstream/main' 2023-06-18 22:30:41 +08:00
kevin
c62d406d87 Slow down display of BW and SNR
Add a timer for display.
2023-06-18 21:07:45 +08:00
Mateusz Walkowiak
9b07d7fb47 Update language.h
translated new string into Polish
2023-06-18 14:59:59 +02:00
Sjef Verhoeven PE5PVB
ec2d788d8d Merge pull request #31 from ohmytime/main
Adjust bat ADC's for portable
2023-06-18 14:51:32 +02:00
kevin
1c92648668 Adjust bat ADC's for portable
Maybe adjustment still needed
2023-06-18 20:33:58 +08:00
Sjef Verhoeven PE5PVB
2ab7ce223d Fixed language selector
added SW wavelength indicator selector.
2023-06-18 13:31:26 +02:00
Sjef Verhoeven PE5PVB
74da6df2fa Merge pull request #29 from ohmytime/main
Add SW MI band display and switch
2023-06-18 11:02:03 +02:00
kevin
baff256dec Add SW MI band display and switch
Todo: @PE5PVB

1. Can add an menu option
byte showSWMIBand = 1;    // Fix Me: Menu options: 0: don't show  1: show up
2. Need to store and restore the last SWMIBandPosold
uint16_t SWMIBandPosold;  // Fix Me: Should store this parameter into flash, for use of restart.
2023-06-18 13:27:20 +08:00
Sjef Verhoeven PE5PVB
e2cc859f71 Update README.md 2023-06-17 22:21:59 +02:00
Sjef Verhoeven PE5PVB
71634398bc Added Stationlist support 2023-06-17 22:05:19 +02:00
Sjef Verhoeven PE5PVB
92e8210776 Added battery+Wifi indicator
Can't test battery indicator. No portable device here ;-) Please feedback.
2023-06-17 20:07:48 +02:00
Sjef Verhoeven PE5PVB
be09eb8907 Fixed signalmeter
Was not able to show negative values.
2023-06-17 18:37:45 +02:00
Sjef Verhoeven PE5PVB
3d9d119b5b Fixed BER on RDS Spy 2023-06-17 14:46:15 +02:00
Sjef Verhoeven PE5PVB
90cebd5762 Fixed volume control XDRGTK 2023-06-17 12:23:32 +02:00
Sjef Verhoeven PE5PVB
96cb481548 Merge pull request #27 from ohmytime/main
Code tidy
2023-06-17 11:51:20 +02:00
Sjef Verhoeven PE5PVB
e455d1d546 Merge pull request #26 from andimik/main
shorter German texts
2023-06-17 11:51:04 +02:00
kevin
797ca91d3b Code tidy
Make it easy to read
2023-06-17 14:28:22 +08:00
Sjef Verhoeven PE5PVB
854af55212 Merge branch 'main' of https://github.com/PE5PVB/TEF6686_ESP32 2023-06-17 01:17:49 +02:00
Sjef Verhoeven PE5PVB
87af4ade5c Fix XDRGTK and more
- Font update
- XDR GTK fixed both WiFi and USB
- RDS Spy can now also connect over wifi (port 7373)
- Memory cleanup
- More....
2023-06-17 01:17:42 +02:00
andimik
9f5fcfe8d8 shorter German texts 2023-06-16 22:52:49 +02:00
Sjef Verhoeven PE5PVB
1779a0660c Update README.md 2023-06-16 21:43:56 +02:00
Sjef Verhoeven PE5PVB
699715b8b1 Merge pull request #25 from andimik/main
Update German with WiFi texts
2023-06-16 20:45:15 +02:00
andimik
2d0efd2434 Update German with WiFi texts 2023-06-16 18:16:59 +02:00
Sjef Verhoeven PE5PVB
264308b25a Merge pull request #24 from MCelliotG/main
Greek language update 16/6/2023
2023-06-16 14:37:13 +02:00
MCelliotG
9e6639c02d Greek language update 16/6/2023 2023-06-16 15:31:01 +03:00
Sjef Verhoeven PE5PVB
067025ae77 Merge pull request #23 from DXHR05/main
Update language.h
2023-06-16 13:33:37 +02:00
DXHR05
39d1ef8303 Update language.h
Added Croatian strings for Wi-Fi
2023-06-16 12:56:14 +02:00
Sjef Verhoeven PE5PVB
4b5e78359b Update README.md 2023-06-16 12:32:44 +02:00
Sjef Verhoeven PE5PVB
ef1bd547c4 Update README.md 2023-06-16 12:32:24 +02:00
Mateusz Walkowiak
e8bca7ecd1 Update language.h
translate new strings into Polish
2023-06-16 11:43:12 +02:00
Sjef Verhoeven PE5PVB
1085ee2112 Merge branch 'main' of https://github.com/PE5PVB/TEF6686_ESP32 2023-06-15 23:23:30 +02:00
Sjef Verhoeven PE5PVB
bc3156628e Added WiFi support 2023-06-15 23:22:32 +02:00
Mateusz Walkowiak
60d79e1741 Update README.md
small syntax fixes + add contribution section
2023-06-15 20:35:41 +02:00
Sjef Verhoeven PE5PVB
dd12eaaa8c Merge pull request #22 from ohmytime/main
Add bands bandage settings
2023-06-15 17:52:56 +02:00
kevin
be6ac1948c Add bands bandage settings 2023-06-15 23:34:49 +08:00
Sjef Verhoeven PE5PVB
82b5c1cc9a Merge pull request #21 from HyperDX/main
add new PL translations + fix typo
2023-06-15 16:11:21 +02:00
Mateusz Walkowiak
1254873cb7 add new PL translations + fix typo
added new PL strings + fixed typo in app name (XDRGTK -> XDR-GTK)
2023-06-15 16:02:32 +02:00
Sjef Verhoeven PE5PVB
28173c8f6e Merge branch 'main' of https://github.com/PE5PVB/TEF6686_ESP32 2023-06-15 12:37:51 +02:00
Sjef Verhoeven PE5PVB
8d812d60fe Update for USB indicator on RDS Spy 2023-06-15 12:37:48 +02:00
Sjef Verhoeven PE5PVB
9dce9990e5 Merge pull request #20 from DXHR05/main
Update language.h
2023-06-15 12:37:14 +02:00
DXHR05
81c87ab5f0 Update language.h
Added Croatian translation to new strings.
2023-06-15 12:26:36 +02:00
Sjef Verhoeven PE5PVB
675b83efdf Added support for RDS Spy on USB 2023-06-15 11:52:00 +02:00
Sjef Verhoeven PE5PVB
d5aa858751 Merge pull request #19 from ohmytime/main
fix stepsize error when bands switch
2023-06-15 10:34:40 +02:00
kevin
994f9303a3 Fix recall error of stepsize
When you set stepsize to 4 and then switch to LW Band and turn off radio immediately , when turn on again, then stepsize will remain 4 ,this is not suitable for LW and MW.
2023-06-15 16:10:39 +08:00
kevin
05b1f4a5f0 Fix display mis-match of iMS EQ
Y mis-match of iMS and EQ with updateiMS() and updateEQ()
2023-06-15 10:48:24 +08:00
kevin
686eb92879 fix stepsize error when bands switch
bands switch FM -> LW, stepsize should not > 3
2023-06-15 09:55:35 +08:00