added delay time at startup

This commit is contained in:
phdlee 2018-08-06 11:58:41 +09:00
parent 16e173b109
commit aee410fd19
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