kopia lustrzana https://github.com/bristol-seds/pico-tracker
[low-power-side] set `XOSC_TCXO_SHUTDOWN_EN` so xosc is powered down in hibernate
rodzic
917a332ce3
commit
aea9916583
|
@ -246,25 +246,26 @@
|
||||||
/**
|
/**
|
||||||
* HF Clock
|
* HF Clock
|
||||||
*/
|
*/
|
||||||
#define USE_XOSC 1
|
#define USE_XOSC 1
|
||||||
#define XOSC_FREQUENCY 16369000
|
#define XOSC_TCXO_SHUTDOWN_EN 1
|
||||||
#define XOSC_GCLK_DIVIDE 2 /* ~8MHz on GCLK */
|
#define XOSC_FREQUENCY 16369000
|
||||||
#define OSC8M_GCLK_DIVIDE 1 /* ~8MHz on GCLK */
|
#define XOSC_GCLK_DIVIDE 2 /* ~8MHz on GCLK */
|
||||||
|
#define OSC8M_GCLK_DIVIDE 1 /* ~8MHz on GCLK */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Telemetry
|
* Telemetry
|
||||||
*/
|
*/
|
||||||
#define TELEMETRY_ENABLE 1
|
#define TELEMETRY_ENABLE 1
|
||||||
#define TELEMETRY_USE_GEOFENCE 1
|
#define TELEMETRY_USE_GEOFENCE 1
|
||||||
#define TELEMETRY_FREQUENCY 434600000
|
#define TELEMETRY_FREQUENCY 434600000
|
||||||
#define TELEMETRY_POWER RF_POWER_8dBm
|
#define TELEMETRY_POWER RF_POWER_8dBm
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* APRS
|
* APRS
|
||||||
*/
|
*/
|
||||||
#define APRS_ENABLE 1
|
#define APRS_ENABLE 1
|
||||||
#define APRS_USE_GEOFENCE 1
|
#define APRS_USE_GEOFENCE 1
|
||||||
#define APRS_POWER RF_POWER_14dBm
|
#define APRS_POWER RF_POWER_14dBm
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ARISS APRS
|
* ARISS APRS
|
||||||
|
|
Ładowanie…
Reference in New Issue