decrease the modem status polling delays to 125ms idle, 75ms active;

pull/63/head
Bryan Biedenkapp 2 years ago
parent 355db0c9cc
commit 22d13e4c77

@ -270,8 +270,8 @@ namespace modem
const uint32_t MAX_ADC_OVERFLOW = 128U; const uint32_t MAX_ADC_OVERFLOW = 128U;
const uint32_t MAX_DAC_OVERFLOW = 128U; const uint32_t MAX_DAC_OVERFLOW = 128U;
const uint32_t MODEM_POLL_TIME_IDLE = 100U; const uint32_t MODEM_POLL_TIME_IDLE = 125U;
const uint32_t MODEM_POLL_TIME_ACTIVE = 175U; const uint32_t MODEM_POLL_TIME_ACTIVE = 75U;
/** @} */ /** @} */

Loading…
Cancel
Save

Powered by TurnKey Linux.