Added touch calibration for factory setup

This commit is contained in:
Ashhar Farhan 2019-12-18 12:31:01 +05:30 committed by GitHub
parent cda86a1b12
commit 2a8b12589c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -801,7 +801,8 @@ void setup()
frequency = vfoA;
setFrequency(vfoA);
if (btnDown()){
if (btnDown())
setupTouch();
isUSB = 1;
setFrequency(10000000l);
setupFreq();