Merge pull request #28 from RichNeese/master

Tuning step change
This commit is contained in:
phdlee 2018-04-18 08:32:53 +09:00 committed by GitHub
commit 86797181cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
//Firmware Version //Firmware Version
#define FIRMWARE_VERSION_INFO F("CE v1.070") #define FIRMWARE_VERSION_INFO F("CE v1.071")
#define FIRMWARE_VERSION_NUM 0x02 //1st Complete Project : 1 (Version 1.061), 2st Project : 2 #define FIRMWARE_VERSION_NUM 0x02 //1st Complete Project : 1 (Version 1.061), 2st Project : 2
//Depending on the type of LCD mounted on the uBITX, uncomment one of the options below. //Depending on the type of LCD mounted on the uBITX, uncomment one of the options below.
@ -1008,10 +1008,10 @@ void initSettings(){
{ {
//Default Setting //Default Setting
arTuneStep[0] = 10; arTuneStep[0] = 10;
arTuneStep[1] = 20; arTuneStep[1] = 50;
arTuneStep[2] = 50; arTuneStep[2] = 100;
arTuneStep[3] = 100; arTuneStep[3] = 500;
arTuneStep[4] = 200; arTuneStep[4] = 1000;
} }
if (tuneStepIndex == 0) //New User if (tuneStepIndex == 0) //New User