Browse Source

Remove redundant clinet

v_master
Volodymyr Shymanskyy 8 years ago
parent
commit
0eaf67d92a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      examples/BlynkClient/BlynkClient.ino

+ 0
- 1
examples/BlynkClient/BlynkClient.ino View File

@ -49,7 +49,6 @@ const char pass[] = "";
//SoftwareSerial SerialAT(2, 3); // RX, TX
TinyGsm modem(SerialAT);
TinyGsmClient client(modem);
void setup()
{


Loading…
Cancel
Save