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...

pull/5/head
df8oe 2017-06-14 05:58:13 +02:00
rodzic 740d2815e3
commit d019809035
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -9,6 +9,11 @@
#include "config_external.h"
#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**********************
#define CALLSIGN "DF8OE" // put your RTTY callsign here
#define APRS_CALLSIGN "DF8OE" // put your APRS callsign here
@ -62,6 +67,7 @@
//****************************************************
// 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
//********** Frame Delay in msec**********************