Skip to content

Commit

Permalink
Activation of sleep/wake-up option on a Dongle or Uni. Triggered by e…
Browse files Browse the repository at this point in the history
…xternal SkyView EZ command (NMEA sentence) upon power-up and shutdown. [skip ci]
  • Loading branch information
lyusupov committed Jul 6, 2020
1 parent 669bf10 commit ac1bd8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion software/firmware/source/SoftRF/Platform_STM32.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ typedef struct stm32_backup_struct {
#define EXCLUDE_MPL3115A2 // - 1 kb
#define EXCLUDE_NRF905 // - 2 kb
#define EXCLUDE_EGM96 // - 16 kb
//#define USE_SERIAL_DEEP_SLEEP // + 12 kb
#define USE_SERIAL_DEEP_SLEEP // + 12 kb
//#define USE_BASICMAC // + 7 kb

/* SoftRF/S7xG PFLAU NMEA sentence extension(s) */
Expand Down
2 changes: 1 addition & 1 deletion software/firmware/source/SoftRF/hal_conf_extra.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

#elif defined(ENERGIA_ARCH_CC13X2)

//#define USE_SERIAL_DEEP_SLEEP
#define USE_SERIAL_DEEP_SLEEP

#define ENABLE_NORMAL_MODE
#define EXCLUDE_TEST_MODE
Expand Down

0 comments on commit ac1bd8d

Please sign in to comment.