diff --git a/Arduino/SatNOGS.ino b/Arduino/SatNOGS.ino index c55d2c5..2c54168 100644 --- a/Arduino/SatNOGS.ino +++ b/Arduino/SatNOGS.ino @@ -154,7 +154,7 @@ void cmd_proc(int &stepAz, int &stepEl) char incomingByte; char *p=buffer; char *str; - int counter=0; + static int counter=0; char data[100]; double angleAz,angleEl;