mirror of
https://github.com/oe3cjb/TTGO-T-Beam-LoRa-APRS.git
synced 2026-03-18 18:54:43 +01:00
6 lines
100 B
C
6 lines
100 B
C
#include <Arduino.h>
|
|
#include <TinyGPS++.h>
|
|
|
|
extern TinyGPSPlus gps;
|
|
void taskGPS(void *parameter);
|