From cb95f3050024d078d2ec91d80d540e044fab33f1 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Fri, 10 Feb 2023 11:44:09 -0300 Subject: [PATCH] first_beta3 --- src/Lora_APRS_iGate_DIY.cpp | 2 +- src/iGate_config.h | 2 ++ src/pins_config.h | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Lora_APRS_iGate_DIY.cpp b/src/Lora_APRS_iGate_DIY.cpp index fdcbc84..a1902db 100644 --- a/src/Lora_APRS_iGate_DIY.cpp +++ b/src/Lora_APRS_iGate_DIY.cpp @@ -1,10 +1,10 @@ +#include #include #include #include #include "iGate_config.h" #include "pins_config.h" - WiFiClient espClient; int status = WL_IDLE_STATUS; diff --git a/src/iGate_config.h b/src/iGate_config.h index 5f73a92..c4b66f2 100644 --- a/src/iGate_config.h +++ b/src/iGate_config.h @@ -1,6 +1,8 @@ #ifndef IGATE_CONFIG_H_ #define IGATE_CONFIG_H_ +#include + #define WIFI_SSID "Richon" #define WIFI_PASSWORD "k4fPnmg5qnyf" diff --git a/src/pins_config.h b/src/pins_config.h index e081e63..e7541b3 100644 --- a/src/pins_config.h +++ b/src/pins_config.h @@ -1,6 +1,9 @@ #ifndef PINS_CONFIG_H_ #define PINS_CONFIG_H_ +#include + + #define LORA_SCK 5 // GPIO5 - SX1276 SCK #define LORA_MISO 19 // GPIO19 - SX1276 MISO #define LORA_MOSI 27 // GPIO27 - SX1276 MOSI