Update main.c move loopTime

beta-aprs
Alan Johnston 1 year ago committed by GitHub
parent acdd148a53
commit 8aeb6f5569
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "main.h"
//#define HAB // uncomment to change APRS icon from Satellite to Balloon and only BAT telemetry
@ -555,8 +554,7 @@ int main(int argc, char * argv[]) {
other_min[i] = 1000.0;
other_max[i] = -1000.0;
}
long int loopTime;
loopTime = millis();
while (loop-- != 0) {

Loading…
Cancel
Save

Powered by TurnKey Linux.