#include "GpsTracker.h"

void setup() {
#ifdef _DEBUG
	waitForSerial();
#endif
}

void loop() {


}