otro mas nuevo
This commit is contained in:
parent
b1ca4d204b
commit
841e3ffff9
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue