mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-14 09:23:58 +01:00
13 lines
362 B
C
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 |