LoRa_APRS_iGate/src/iGate_config.h
2023-02-10 07:56:22 -03:00

13 lines
362 B
C

#ifndef IGATE_CONFIG_H_
#define IGATE_CONFIG_H_
#define WIFI_SSID "Richon"
#define WIFI_PASSWORD "k4fPnmg5qnyf"
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
#endif