otro mas nuevo

This commit is contained in:
richonguzman 2023-03-02 23:57:49 -03:00
parent b1ca4d204b
commit 841e3ffff9
2 changed files with 2 additions and 9 deletions

View File

@ -5,7 +5,7 @@
#include "iGate_config.h"
#include "pins_config.h"
#define VERSION "V.0.1.0"
#define VERSION "V.0.0.9" //BETA STILL
WiFiClient espClient;
uint32_t lastTxTime = 0;

View File

@ -9,13 +9,6 @@
#define BeaconInterval 900000 // 15 minutes = 900000 seg
#define WifiCheckInterval 60000 // wificheck after one minute
//String callsign_igate = "CD2RXU-10";
//String passcode_igate = "23201";
//const String SERVER = "brazil.aprs2.net"; // write the address of the aprs server
//const int APRSPORT = 14579; // write the aprs server APRSPORT
const String iGateCallsign = "CD2RXU-10"; // use your own iGate Callsign
const String iGatePasscode = "23201"; // use your one iGate Callsign Passcode
const String AprsServer = "radioaficion.pro"; // write the address of the aprs server near you , like "brazil.aprs2.net";
@ -28,7 +21,7 @@ const String AprsFilter = "t/m/" + iGateCallsign + "/" + (String)Apr
const String iGateComment = "DIY ESP32 LoRa_APRS_iGate https://github.com/richonguzman/LoRa_APRS_iGate";
const String Latitude = "3302.03S"; // write your own iGate latitude and longitude
const String Longitude = "07134.42W";
const String Longitude = "07134.42W";
String iGateBeaconPacket = iGateCallsign + ">APRS,TCPIP*,qAC,CHILE:=" + Latitude + "L" + Longitude+ "&" + iGateComment + "\n";