mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
Extend WWAN modem PERST to 300ms
It seems like a lot of modems have rather long (100ms!) minimum reset durations. Makes me wonder if it's an actual reset line or rather juts some GPIO that they poll/sample every so often. Then there are other modems that state the reset *must not* be longer than 1s. So let's choose 300ms as a value in-between.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "wwan_perst.h"
|
||||
#include "osmocom/core/timer.h"
|
||||
|
||||
#define PERST_DURATION_MS 1
|
||||
#define PERST_DURATION_MS 300
|
||||
|
||||
#ifdef PIN_PERST1
|
||||
static const Pin pin_perst1 = PIN_PERST1;
|
||||
|
||||
Reference in New Issue
Block a user