mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-18 19:24:49 +01:00
first release 1.2 -maybe
This commit is contained in:
parent
b7ba17d871
commit
d47a1581b9
|
|
@ -5,7 +5,6 @@
|
|||
#include <vector>
|
||||
#include <FS.h>
|
||||
|
||||
|
||||
class WiFi_AP {
|
||||
public:
|
||||
String ssid;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
#include "syslog_utils.h"
|
||||
#include "gps_utils.h"
|
||||
|
||||
|
||||
extern Configuration Config;
|
||||
extern int stationMode;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue