Skip to content

Commit

Permalink
decrease the modem status polling delays to 125ms idle, 75ms active;
Browse files Browse the repository at this point in the history
  • Loading branch information
gatekeep committed Jul 16, 2024
1 parent 355db0c commit 22d13e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/host/modem/Modem.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ namespace modem
const uint32_t MAX_ADC_OVERFLOW = 128U;
const uint32_t MAX_DAC_OVERFLOW = 128U;

const uint32_t MODEM_POLL_TIME_IDLE = 100U;
const uint32_t MODEM_POLL_TIME_ACTIVE = 175U;
const uint32_t MODEM_POLL_TIME_IDLE = 125U;
const uint32_t MODEM_POLL_TIME_ACTIVE = 75U;

/** @} */

Expand Down

0 comments on commit 22d13e4

Please sign in to comment.