Merge pull request #1 from phdlee/version0.7

added delay time at startup
This commit is contained in:
phdlee 2018-08-06 12:11:41 +09:00 committed by GitHub
commit 265188dc86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -790,11 +790,27 @@ extern double coeff;
int SWRAdcValue = 0;
//for boot Delay, a alot of data transfer
//Delay 2.5 Sec
byte isBooted = 0;
void loop()
{
char isProcess = 0; //0 : Init, 1 : Complete ADC Sampling, 2 : Complete FFT
isProcess = 0;
ForwardData();
if (isBooted < 100)
{
//Delay 20msec
for (int i = 0; i < 20; i++)
{
ForwardData();
delay(1);
}
isBooted++;
return;
}
//===========================================
//TRANSCEIVER STATUS : RX