mirror of
https://github.com/oe3cjb/TTGO-T-Beam-LoRa-APRS.git
synced 2026-03-21 20:24:52 +01:00
7 lines
114 B
C
7 lines
114 B
C
#include <Arduino.h>
|
|
#include <TinyGPS++.h>
|
|
|
|
extern TinyGPSPlus gps;
|
|
|
|
[[noreturn]] void taskGPS(void *parameter);
|