Merge branch 'master' into master

pull/5/head
Qyon 2017-06-14 14:43:53 +02:00 zatwierdzone przez GitHub
commit be828eb967
2 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ All configs in ```config.h```
Shift 450Hz
* ```CALLSIGN``` RTTY callsign
* ```APRS_CALLSIGN``` APRS callsign
* ```APRS_CALLSIGN``` APRS callsign, 6 characters. If your callsign is shorter add spaces
* ```APRS_SSID``` APRS SSID
* ```APRS_COMMENT``` APRS comment
* ```RTTY_TO_APRS_RATIO``` number of RTTY frames between each APRS frame
@ -52,7 +52,6 @@ Have a nice day ;)
#TODO
* We need someone who maintains CoIDE support
* Adding support for EmbiTZ IDE
* Adding support for platform independent IDE Eclipse
* More APRS config options
@ -60,4 +59,4 @@ Have a nice day ;)
* Pressure sensor
* implementing protocol for using external devices on extension header
* Configuration via extension header (serial connection) without need for reflashing firmware
* Possibly add configuration "wireless" using RFID loop present in sonde
* Possibly add configuration "wireless" using RFID loop present in sonde

Wyświetl plik

@ -15,8 +15,8 @@
//**************config**********************
#define CALLSIGN "DF8OE" // put your RTTY callsign here
#define APRS_CALLSIGN "DF8OE" // put your APRS callsign here
#define CALLSIGN "NOCALL" // put your RTTY callsign here
#define APRS_CALLSIGN "NOCALL" // put your APRS callsign here, 6 characters. If your callsign is shorter add spaces
#define APRS_SSID 'B' // put your APRS SSID here
// 0 --> Your primary station usually fixed and message capable
// 1 --> generic additional station, digi, mobile, wx, etc.