gsm interface speed back to 115200, increased gsm commands attempts

This commit is contained in:
bogd 2024-05-27 13:40:03 +02:00
parent 394a798a98
commit a7417df420

View File

@ -41,9 +41,9 @@ static int ResetType = 0;
static bool isPPPinitializing = false;
#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
static bool isPPPConn = false;