Commit Graph

1227 Commits

Author SHA1 Message Date
Sjef Verhoeven PE5PVB
ad02c13447 Changed font and more visual optimalisations 2023-06-07 23:01:54 +02:00
Sjef Verhoeven PE5PVB
06fbde0d0e Added Roman language 2023-06-07 19:09:06 +02:00
Sjef Verhoeven PE5PVB
6f7188a643 Fixed language.h 2023-06-07 10:06:08 +02:00
MCelliotG
f014ac1efa Add files via upload 2023-06-07 01:26:45 +03:00
Sjef Verhoeven PE5PVB
012a164ce1 Fixed Eastern European characters 2023-06-06 23:11:30 +02:00
Sjef Verhoeven PE5PVB
d253a78ce9 Added Evo2 font 2023-06-06 22:43:07 +02:00
DXHR05
b8cf3e3e96 Update language.h
Added and fixed Croatian text strings
2023-06-06 14:14:09 +02:00
Mateusz Walkowiak
77a9539384 Update language.h
translated extra sentences to Polish
2023-06-06 10:19:24 +02:00
Sjef Verhoeven PE5PVB
0aa7028e09 Update language.h 2023-06-05 23:46:47 +02:00
Sjef Verhoeven PE5PVB
1faafcf146 Update language.h 2023-06-05 23:45:28 +02:00
Sjef Verhoeven PE5PVB
95b1d68801 Change bandedge to band edge 2023-06-05 23:44:57 +02:00
Mateusz Walkowiak
a5e3a5b69c Update polish translation 2023-06-05 23:32:14 +02:00
Sjef Verhoeven PE5PVB
4eb61a05c9 Added band edge beep, Croatian language 2023-06-05 23:24:01 +02:00
Sjef Verhoeven PE5PVB
6fb3789eae Added softmute
Added softmute to menu
Resized menu popup
2023-06-05 22:22:46 +02:00
Sjef Verhoeven PE5PVB
f2ba6218d9 Added multi menu function
Also corrected Dutch translation.
2023-06-05 21:24:30 +02:00
Mateusz Walkowiak
fb662d7922 fix typo
+ moved PRESS MODE... string to the left to fit Polish translation
2023-06-05 12:49:11 +02:00
Sjef Verhoeven PE5PVB
ed09c4e443 Update language.h 2023-06-05 12:27:19 +02:00
Sjef Verhoeven PE5PVB
d46ece2f2f Merge branch 'main' of https://github.com/PE5PVB/TEF6686_ESP32 2023-06-05 12:25:27 +02:00
Sjef Verhoeven PE5PVB
308e8ec44f Added translation for PRESS MODE TO EXIT AND STORE 2023-06-05 12:24:06 +02:00
Mateusz Walkowiak
46b51cc8cf changes in Polish language
correct translations and make them fit on the screen
2023-06-05 12:14:59 +02:00
Sjef Verhoeven PE5PVB
a042cf9262 Language update
Added Polish and Dutch.
2023-06-05 12:01:01 +02:00
Sjef Verhoeven PE5PVB
e6f2dd4b5c Multi language start
Modified script to support multi language.

Pending: Add menu option to select language
2023-06-04 23:39:59 +02:00
Sjef Verhoeven PE5PVB
31fc03c69f Update API
When using no RDS error filter, PTY, CT, MS, ECC, AF, TP will only be parsed when RDS is error free.

Add a bool to determine if PI was error free (correctPI)
2023-06-03 19:36:12 +02:00
Sjef Verhoeven PE5PVB
ecd4bb4702 API update
Removed ASCII converter, since it was not working ;-)
Hopefully fixed the CT when time is at midnight.
Added option to hide RDS errors:
showrdserrors = true Do show always
showrdserrors = false Only show errorless RDS
2023-06-03 13:15:22 +02:00
Sjef Verhoeven PE5PVB
825cc68339 API update, stepsize update and RDS fix
Updated API.
Added stepsize 10MHz (FM) / 1MHz (AM)
Make RDS more sensitive.
2023-06-02 23:09:17 +02:00
Sjef Verhoeven PE5PVB
d6f9562a93 Added tone function
Added tone function.
Syntax:
radio.tone(x, y, z);

x = length in mS
y = Amplitude in dB, -30 to 0
z = Frequency in Hertz. (10 to 20000)

Note. After this command the audio is set to Unmute.
2023-06-01 20:56:22 +02:00
Sjef Verhoeven PE5PVB
ed302d83ec Add files via upload 2023-06-01 16:12:24 +02:00