gpsread.cpp: init gps_status

This commit is contained in:
Verkehrsrot 2019-07-29 11:00:14 +02:00
parent cc9997c64b
commit 3f3c58feeb

View File

@ -6,7 +6,7 @@
static const char TAG[] = __FILE__;
TinyGPSPlus gps;
gpsStatus_t gps_status;
gpsStatus_t gps_status = {0};
TaskHandle_t GpsTask;
#ifdef GPS_SERIAL