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