mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2025-12-06 07:12:15 +01:00
Merge branch 'master' of https://github.com/peterus/LoRa_APRS_Tracker
This commit is contained in:
commit
3c67b3d4c3
|
|
@ -17,6 +17,7 @@ String create_long_aprs(RawDegrees lng);
|
||||||
HardwareSerial ss(1);
|
HardwareSerial ss(1);
|
||||||
AXP20X_Class axp;
|
AXP20X_Class axp;
|
||||||
TinyGPSPlus gps;
|
TinyGPSPlus gps;
|
||||||
|
int next_update = -1;
|
||||||
|
|
||||||
void setup()
|
void setup()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue