Browse Source

Remove extra variable

v_master
Volodymyr Shymanskyy 7 years ago
parent
commit
2106037f60
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      TinyGsmClientM590.h

+ 0
- 1
TinyGsmClientM590.h View File

@ -440,7 +440,6 @@ private:
}
int modemConnect(const char* host, uint16_t port, uint8_t mux) {
int rsp = 0;
for (int i=0; i<3; i++) {
String ip = dnsIpQuery(host);


Loading…
Cancel
Save