This website requires JavaScript.
e22cc4ccd0
Code comments
Krzysiek Egzmont
2023-12-09 15:41:25 +01:00
a153e63be1
Add function to test if serial configuration is in progress
Juan Antonio
2023-12-09 12:23:03 +01:00
4322a7d8a9
Drop gScreenToDisplay switch and use function table
Juan Antonio
2023-12-08 16:51:50 +01:00
1203fdf0ca
Use stepping instead of branching using modulus
Juan Antonio
2023-12-09 01:27:44 +01:00
cfc4763dd1
Scrape together a few bytes
Juan Antonio
2023-12-08 15:03:26 +01:00
b6a49db31d
FM Radio: Simplify logic
Juan Antonio
2023-12-08 13:08:11 +01:00
82ddbcd375
Refactor stepFruencyTable & drop ARRAY_SIZE for frequencyBandTable
Juan Antonio
2023-12-08 23:15:54 +01:00
335c2ec9cd
ACTION_Handle: Drop switch in favour of a function array
Juan Antonio
2023-12-07 12:22:22 +01:00
4249d917f8
Refactor of app/action.c
Juan Antonio
2023-12-07 12:13:35 +01:00
2164461449
Use function to check if in RX mode
Juan Antonio
2023-12-07 12:12:19 +01:00
c3906f42f8
Update .gitignore
Juan Antonio
2023-12-07 12:04:20 +01:00
d055fb0024
Reorder audio.c
Juan Antonio
2023-12-07 12:01:52 +01:00
c4ad9c6501
Unguard ACTION_OPT_BLMIN_TMP_OFF like the rest
Juan Antonio
2023-12-07 11:56:48 +01:00
4fd1ab8899
Remove redudant symbol
Juan Antonio
2023-12-07 11:54:29 +01:00
0793b68971
Write build options to EEPROM for CHIRP to use.
Krzysiek Egzmont
2023-12-07 22:50:23 +01:00
f7061c3195
FIX #206 : missing 254.1Hz CTCSS code
Krzysiek Egzmont
2023-12-07 22:03:22 +01:00
5e78916dd3
AM-fix cleanup
Krzysiek Egzmont
2023-12-07 21:08:12 +01:00
13c17ad073
Fix #211 : AM reception chopping
Krzysiek Egzmont
2023-12-07 20:48:36 +01:00
c697596806
FIX #194 : Spectrum going crazy when AM-fix is active
Krzysiek Egzmont
2023-12-07 14:46:13 +01:00
5c1cb4f2fc
FIX #180 : round frequency to half the step to support half channel offsets
g4eml
2023-12-07 15:39:24 +01:00
754d2ce5fb
Make Flashlight optional
Juan Antonio
2023-12-05 20:58:13 +01:00
c76a96c3ad
Add enum for TR/TX mode
Juan Antonio
2023-12-05 17:17:52 +01:00
cd032c39d2
Refactor alarm code
Juan Antonio
2023-12-04 21:37:44 +01:00
103bdf212f
Use enum for Flaslight & return early
Juan Antonio
2023-12-04 18:50:41 +01:00
bafe372cbc
Simplify backlight logic
Juan Antonio
2023-12-04 18:09:27 +01:00
88f7b90237
FIX #197 : DWCode,UPCode display error
Krzysiek Egzmont
2023-12-07 00:33:05 +01:00
66f1f545c3
Refactor
Krzysiek Egzmont
2023-12-06 23:08:57 +01:00
e5659ad6ab
Fix battery save broken in last commits
Krzysiek Egzmont
2023-12-06 20:36:15 +01:00
c1a009cc2f
AM fix modification
Krzysiek Egzmont
2023-12-06 17:54:32 +01:00
e95f577074
Real AM fix attempt, messy
Krzysiek Egzmont
2023-12-05 23:13:21 +01:00
52bdd408c4
Refactor, merge #186
Juan Antonio
2023-12-03 13:18:13 +01:00
ed395ab638
FIX #185 : Allow manual changing of gain values in spectrum when AM fix is active
Krzysiek Egzmont
2023-12-05 00:45:22 +01:00
86438ef3ce
Improve AM-fix
Krzysiek Egzmont
2023-12-04 23:35:12 +01:00
f3297c29cb
AGC debugging option
Krzysiek Egzmont
2023-12-04 22:58:27 +01:00
e039e65ee4
Refactoring
Krzysiek Egzmont
2023-12-04 22:53:59 +01:00
e2b81bf9c8
Refactoring
Krzysiek Egzmont
2023-12-03 01:50:28 +01:00
9ca3ccd744
AM-Fix for Spectrum
g4eml
2023-12-02 17:45:47 +00:00
d944ff4a34
Fix #170 : ChName saves a name with wrong settings when used in frequency mode
Krzysiek Egzmont
2023-12-02 23:06:22 +01:00
cfa745fda0
Refactor
Krzysiek Egzmont
2023-12-02 22:41:47 +01:00
b505f81958
FIX #166 : Switching to AM overwrites channel CTCSS/DCS (and some other) settings
Krzysiek Egzmont
2023-12-02 18:36:00 +01:00
235a1a2f14
Refactor
Krzysiek Egzmont
2023-12-02 18:00:45 +01:00
a4cefe3401
FIX #167 : F7+ band accessible even if WIDE_RX = 0
Krzysiek Egzmont
2023-12-02 15:31:19 +01:00
5a2086fcd0
Improve AM-fix #160
Krzysiek Egzmont
2023-12-01 02:12:46 +01:00
c341570838
Refactor cleanup
Krzysiek Egzmont
2023-11-30 23:54:26 +01:00
292e2e7e7e
Fix build error
Krzysiek Egzmont
2023-11-30 14:34:04 +01:00
44ff33613a
Refactoring
Krzysiek Egzmont
2023-11-29 17:55:47 +01:00
f9e10da9ee
FIX #158 : Don't allow to enter DTMF input when scan range is active
Krzysiek Egzmont
2023-11-29 17:38:31 +01:00
5ad8229d7c
chore: cleanup README.md a bit
Joe Matthews
2023-11-29 01:09:48 -06:00
90609ca5c5
fix: cannot compile with docker on m1 mac
Joe Matthews
2023-11-29 01:09:17 -06:00
59b3251713
Github actions update
Krzysiek Egzmont
2023-11-29 01:43:47 +01:00
fbb4d08b88
S-meter values readjusted according to measurements from #53
Krzysiek Egzmont
2023-11-29 00:35:51 +01:00
050e04bcfd
Enable/disable DTMF calling compile option
Krzysiek Egzmont
2023-11-28 20:11:03 +01:00
7857e8ed7a
Scan range function #132
Krzysiek Egzmont
2023-11-27 22:52:54 +01:00
4c3eb98e31
Refactor
Krzysiek Egzmont
2023-11-27 22:51:36 +01:00
fe49f250b0
FM radio button actions changed to be the same as in VFO mode
Krzysiek Egzmont
2023-11-27 15:45:02 +01:00
3c643208ff
FIX #152 : Zero digit being entered when exiting FM radio with F+0
Krzysiek Egzmont
2023-11-27 13:42:47 +01:00
dc47842892
Refactor
Krzysiek Egzmont
2023-11-27 13:31:12 +01:00
9f22e8a9df
FIX #151 : Use aviation channels to frequency conversion scheme for 8.33 step rounding
Krzysiek Egzmont
2023-11-27 01:43:36 +01:00
07588853e4
Versioning modified
Krzysiek Egzmont
2023-11-26 21:04:01 +01:00
199b1a27f1
Spectrum: decimal point deletion fix #148 , slower buttons repeats
Krzysiek Egzmont
2023-11-26 19:05:44 +01:00
a0d052b68b
Spectrum refactor
Krzysiek Egzmont
2023-11-22 23:43:39 +01:00
9a3249a667
FIX #121 : Rise tones volume
Krzysiek Egzmont
2023-11-23 15:55:39 +01:00
ffdc0e03b5
FIX #114 , #120 : Restart monitor mode on PTT release, long press EXIT exits monitor mode
Krzysiek Egzmont
2023-11-23 21:00:37 +01:00
d8d4384b20
Refactoring
Krzysiek Egzmont
2023-11-23 19:23:50 +01:00
0ce7d7bdc3
FIX #129 : Bug in radio initialization after reset.
Krzysiek Egzmont
2023-11-22 20:41:38 +01:00
fb30ec8c86
Refactor
Krzysiek Egzmont
2023-11-22 21:30:54 +01:00
67307463e2
FIX #92 : Adjust s-meter values
Krzysiek Egzmont
2023-11-20 21:02:14 +01:00
fdd7fc063e
Cleanup docker container after build
Krzysiek Egzmont
2023-11-22 14:51:53 +01:00
592810b7d7
FIX #125 : Frequency input on the first VFO blanks the display on the second
Krzysiek Egzmont
2023-11-20 22:32:39 +01:00
6e5e7e7aef
FIX #85 : Equalize tones volume in DTMF codes, fix wrong DTMF frequency values
Krzysiek Egzmont
2023-11-07 16:48:43 +01:00
cd0dc71de6
Update README.md
ErikS-web
2023-11-18 21:26:37 +01:00
a43a3f949f
READ MANUAL prompt for unlocking TX
Krzysiek Egzmont
2023-11-09 10:33:28 +01:00
d7b6cdf444
Modify release GH action
Krzysiek Egzmont
2023-11-08 18:05:12 +01:00
7916d79ff1
Add github actions #86
BG8LGP
2023-11-07 20:23:28 +08:00
49cec54cd3
TX on all bands #68
Krzysiek Egzmont
2023-11-08 01:43:06 +01:00
f154aebd38
Refactoring
Krzysiek Egzmont
2023-11-08 01:29:14 +01:00
aaa55c5742
Update README.md
ErikS-web
2023-11-07 21:49:20 +01:00
345f1444f5
Update README.md
ErikS-web
2023-11-07 21:39:22 +01:00
7e91d67b53
Mic bar in the same style as an s-meter
Krzysiek Egzmont
2023-11-07 00:20:20 +01:00
ba29176f33
Don't display mic bar over low the battery popup
Krzysiek Egzmont
2023-11-07 00:11:50 +01:00
05feff432e
Rename build option
Krzysiek Egzmont
2023-11-06 23:18:24 +01:00
cf4f85cb22
Update README.md
egzumer
2023-11-07 17:09:07 +01:00
a0c2181197
Fix build error
Krzysiek Egzmont
2023-11-06 21:58:27 +01:00
b4abf369e1
FIX #76 : Apollo Quindar mutes microphone
Krzysiek Egzmont
2023-11-06 16:20:45 +01:00
be0636d69b
Readme update
Krzysiek Egzmont
2023-11-06 15:57:22 +01:00
23986a8648
Add "BLMIN TMP OFF" function for programmable buttons
wrobepio
2023-11-06 15:51:40 +01:00
b1d3a95ca2
Replace RX CSS menu scanning procedure with BK scanning method
Krzysiek Egzmont
2023-11-06 01:25:44 +01:00
1238bf090c
Refactoring of cxcss and channel/frequency scanner code
Krzysiek Egzmont
2023-11-03 19:28:34 +01:00
5987e03141
Change names of some submenu items #80
Krzysiek Egzmont
2023-11-04 17:52:52 +01:00
c5e34c4be9
Delete immediate applying of CTCSS/DCS while scrolling options in the menu. This also caused the option change not to be discarded on EXIT
Krzysiek Egzmont
2023-11-03 16:39:25 +01:00
b0a01cd8cf
BYP/RAW removed by default, can be enabled by compile option
Krzysiek Egzmont
2023-11-03 12:51:06 +01:00
21535c9ca0
Don't use AM fix for USB/BYP/RAW
Krzysiek Egzmont
2023-11-03 12:18:31 +01:00
8c9bdaacbc
Add "switch demodulation mode" function for programmable buttons
Krzysiek Egzmont
2023-11-02 18:11:13 +01:00
388c3dadf1
SSB, BYP, RAW demodulation modes added #64
Krzysiek Egzmont
2023-10-31 17:23:10 +01:00
72fc4bf52f
FIX #60 : LCD interference glitch
Krzysiek Egzmont
2023-11-03 01:11:14 +01:00
def555678d
Refactoring
Krzysiek Egzmont
2023-11-02 21:56:48 +01:00
16e79bee7d
Change the overvoltage level back to 8.9V
Krzysiek Egzmont
2023-11-02 21:34:10 +01:00
9777b5df8b
Modified battery icon levels
Krzysiek Egzmont
2023-11-02 02:44:05 +01:00
c057f8a097
FIX #74 : limit spectrum analyzer RSSI trigger values
Krzysiek Egzmont
2023-11-02 01:46:07 +01:00
034139d7d5
Battery curve, slight modification
Krzysiek Egzmont
2023-11-02 00:54:48 +01:00