[ubseds_emf] next flight hw

main-solar-only
Richard Meadows 2016-08-04 12:16:06 +01:00
rodzic 7505efd54c
commit ef3df16126
3 zmienionych plików z 10 dodań i 5 usunięć

Wyświetl plik

@ -28,7 +28,7 @@ PROJECT_NAME := pico
# The exact chip being built for.
#
TARGET_CHIP := SAMD20E17
TARGET_CHIP := SAMD20E18
# Compiliation Flags
#

Wyświetl plik

@ -129,7 +129,7 @@
/**
* Radio
*/
#define SI4xxx_RADIO_PN 0x4467
#define SI4xxx_RADIO_PN 0x4468
#define SI4xxx_SERCOM (SercomSpi*)SERCOM3
#define SI4xxx_SERCOM_MOSI_PIN PIN_PA19
#define SI4xxx_SERCOM_MOSI_PINMUX PINMUX_PA19D_SERCOM3_PAD3
@ -182,7 +182,7 @@
* Telemetry
*/
#define TELEMETRY_ENABLE 1
#define TELEMETRY_USE_GEOFENCE 0
#define TELEMETRY_USE_GEOFENCE 1
#define TELEMETRY_FREQUENCY 434612500
#define TELEMETRY_POWER RF_POWER_8dBm
@ -198,6 +198,11 @@
*/
#define BACKLOG_RECORD_BACKLOG 1
/**
* Prefix
*/
#define GEOFENCE_USE_PREFIX 1
/**
* Watchdog Timer
*

Wyświetl plik

@ -80,8 +80,8 @@ void telemetry_sequence(struct tracker_datapoint* dp, uint32_t n)
#endif /* TELEMETRY_ENABLE */
/* CEASE APRS AT THE END OF 2016 */
if (dp->time.year > 2016) { return; }
/* CEASE APRS AT THE END OF 2018 */
if (dp->time.year > 2018) { return; }
/* APRS */
#if APRS_ENABLE