kopia lustrzana https://github.com/Qyon/STM32_RTTY
added comment for ALLOW_DISABLE_BY_BUTTON. I by myself do not fear sonde can be switched off accidently during flight because of the button-power-off-feature...
rodzic
740d2815e3
commit
d019809035
6
config.h
6
config.h
|
@ -9,6 +9,11 @@
|
||||||
#include "config_external.h"
|
#include "config_external.h"
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
|
||||||
|
//**************RTTY Data Format**********************
|
||||||
|
$$<callsign>,<frame>,<hhmmss>,<latitude>,<longitude>,<height>,<radio chip temperature (°C)>,<battery voltage>,<used gps satellites>,<good gps datasets>,<bad gps datasets>,<gps fix>,<CRC>
|
||||||
|
|
||||||
|
|
||||||
//**************config**********************
|
//**************config**********************
|
||||||
#define CALLSIGN "DF8OE" // put your RTTY callsign here
|
#define CALLSIGN "DF8OE" // put your RTTY callsign here
|
||||||
#define APRS_CALLSIGN "DF8OE" // put your APRS callsign here
|
#define APRS_CALLSIGN "DF8OE" // put your APRS callsign here
|
||||||
|
@ -62,6 +67,7 @@
|
||||||
//****************************************************
|
//****************************************************
|
||||||
|
|
||||||
// Switch sonde ON/OFF via Button
|
// Switch sonde ON/OFF via Button
|
||||||
|
// If this is a flight you might prevent sonde from powered off by button
|
||||||
#define ALLOW_DISABLE_BY_BUTTON 1
|
#define ALLOW_DISABLE_BY_BUTTON 1
|
||||||
|
|
||||||
//********** Frame Delay in msec**********************
|
//********** Frame Delay in msec**********************
|
||||||
|
|
Ładowanie…
Reference in New Issue