more personalization possibilities

df8oe-master
df8oe 2017-06-06 08:23:47 +02:00
rodzic c8d09f11d5
commit 777340ab36
2 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -10,8 +10,9 @@
#else
//**************config**************
#define CALLSIGN "NO1LIC-1" // put your callsign here
#define APRS_CALLSIGN "NO1LIC"
#define CALLSIGN "DF8OE" // put your callsign here
#define APRS_CALLSIGN "DF8OE-10"
#define RTTY_GREETING "$$$$$$RS41 modified for amateur radio use by DF8OE, enjoy and see you on the HUB... \n\r"
#define APRS_SSID 'B'
#define RTTY_TO_APRS_RATIO 5

2
main.c
Wyświetl plik

@ -36,7 +36,7 @@ int napiecie;
volatile char flaga = 0;//((((tx_delay / 1000) & 0x0f) << 3) | Smoc);
uint16_t CRC_rtty = 0x12ab; //checksum
char buf_rtty[200];
char menu[] = "$$$$$$STM32 RTTY tracker by Blasiu, enjoy and see you on the HUB... \n\r";
char menu[] = RTTY_GREETING;
char init_trx[] = "\n\rPowering up TX\n\r";
volatile unsigned char pun = 0;
volatile unsigned int cun = 10;