Update LoRa_APRS_iGate.cpp

This commit is contained in:
Peter Buchegger 2022-11-16 21:42:21 +01:00 committed by GitHub
parent 251a2c623b
commit b10a7fbabb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
#include <APRS-IS.h>
#include <BoardFinder.h>
#include <esp_task_wdt.h>
#include <System.h>
#include <TaskManager.h>
#include <logger.h>
#include <power_management.h>
#include <esp_task_wdt.h>
#include "TaskAprsIs.h"
#include "TaskBeacon.h"