Browse Source

Corrected set baud for ESP

v_master
Sara Damiano 6 years ago
parent
commit
05c394bffb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TinyGsmClientESP8266.h

+ 1
- 1
src/TinyGsmClientESP8266.h View File

@ -225,7 +225,7 @@ public:
}
void setBaud(unsigned long baud) {
sendAT(GF("+IPR="), baud);
sendAT(GF("+UART_CUR="), baud, "8,1,0,0");
}
bool testAT(unsigned long timeout = 10000L) {


Loading…
Cancel
Save