gsm interface speed back to 115200, increased gsm commands attempts
This commit is contained in:
parent
394a798a98
commit
a7417df420
|
|
@ -41,9 +41,9 @@ static int ResetType = 0;
|
||||||
static bool isPPPinitializing = false;
|
static bool isPPPinitializing = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CUSTOM_MODEM_BAUDRATE 230400
|
#define CUSTOM_MODEM_BAUDRATE 115200
|
||||||
|
|
||||||
#define MAX_COMMAND_REPEATE_NUMBER 5
|
#define MAX_COMMAND_REPEATE_NUMBER 15
|
||||||
#define WATCHDOG_INTERVAL 30
|
#define WATCHDOG_INTERVAL 30
|
||||||
|
|
||||||
static bool isPPPConn = false;
|
static bool isPPPConn = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user