Skip to content

Commit f101c23

Browse files
authored
Merge pull request #235 from armel/feature_update_v3
Feature update v3
2 parents 9392319 + 1b59d50 commit f101c23

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+18596
-18244
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ---- STOCK QUANSHENG FERATURES ----
77
ENABLE_FMRADIO ?= 0
88
ENABLE_UART ?= 1
9-
ENABLE_AIRCOPY ?= 0
9+
ENABLE_AIRCOPY ?= 1
1010
ENABLE_NOAA ?= 0
1111
ENABLE_VOICE ?= 0
1212
ENABLE_VOX ?= 1
@@ -217,7 +217,7 @@ ifeq ($(ENABLE_FEAT_F4HWN),1)
217217
VERSION_STRING_1 ?= v0.22
218218

219219
AUTHOR_STRING_2 ?= F4HWN
220-
VERSION_STRING_2 ?= v3.2
220+
VERSION_STRING_2 ?= v3.3
221221

222222
AUTHOR_STRING ?= $(AUTHOR_STRING_1)+$(AUTHOR_STRING_2)
223223
VERSION_STRING ?= $(VERSION_STRING_2)

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ Special thanks to Jean-Cyrille F6IWW, Fabrice 14RC123, David F4BPP, Olivier 14RC
6464
* CTCSS or DCS value,
6565
* KeyLock message,
6666
* last RX,
67-
* move BatTxt menu from 34/63 to 30/63 (just after BatSave menu 29/63),
67+
* move BatTxt menu from 34/63 to 30/63 (just after BatSave menu 29/63),
6868
* rename BackLt to BLTime,
6969
* rename BltTRX to BLTxRx,
7070
* improve memory channel input,
71+
* add percent and gauge to Air Copy,
72+
* improve audio bar,
7173
* and more...
7274
* new menu entries and changes:
7375
* add SetPwr menu to set User power (<20mW, 125mW, 250mW, 500mW, 1W, 2W or 5W),
@@ -79,7 +81,8 @@ Special thanks to Jean-Cyrille F6IWW, Fabrice 14RC123, David F4BPP, Olivier 14RC
7981
* add SetMet menu to set s-meter style (Classic or Tiny),
8082
* add SetLck menu to set what is locked (Keys or Keys + PTT),
8183
* add SetGui menu to set font size on the VFO baseline (Classic or Tiny),
82-
* add TXLock menu to open TX on channel
84+
* add TXLock menu to open TX on channel,
85+
* add SetTmr menu to set RX and TX timers (Off or On)
8386
* rename BatVol menu (52/63) to SysInf, which displays the firmware version in addition to the battery status,
8487
* improve PonMsg menu,
8588
* improve BackLt menu,

0 commit comments

Comments
 (0)