Update settings.h

This commit is contained in:
Peter Buchegger 2020-05-11 23:45:48 +02:00 committed by GitHub
parent 1cf506dede
commit f424e4816f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
#define TOOL "ESP32-APRS-IS" #define TOOL "ESP32-APRS-IS"
#define VERS "0.1" #define VERS "0.1"
// comment FILTER out to use no filter on the IS server: will display just LoRa received messages. // comment FILTER out to use no filter on the IS server: will display just LoRa received messages.
// if FILTER is active: it will be used on login on IS server and will display received messages from server. // if FILTER is active: it will be used on login on IS server and will display received messages from server. More Info: http://www.aprs-is.net/javAPRSFilter.aspx
//#define FILTER "r/48.29/14.29/25" //#define FILTER "r/48.29/14.29/25"
#define SERVER "austria.aprs2.net" #define SERVER "austria.aprs2.net"