From 8b54123d396e455e30fc8c8e8910ef603f425d5c Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Wed, 27 Sep 2017 13:01:15 +0300 Subject: [PATCH] Add TinyGsmIpFromString(str) --- TinyGsmClientA6.h | 15 +-------------- TinyGsmClientESP8266.h | 15 +-------------- TinyGsmClientM590.h | 15 +-------------- TinyGsmClientSIM800.h | 15 +-------------- TinyGsmClientXBee.h | 30 +++--------------------------- TinyGsmCommon.h | 15 +++++++++++++++ 6 files changed, 22 insertions(+), 83 deletions(-) diff --git a/TinyGsmClientA6.h b/TinyGsmClientA6.h index 3377f92..9ebeccf 100644 --- a/TinyGsmClientA6.h +++ b/TinyGsmClientA6.h @@ -397,20 +397,7 @@ public: } IPAddress localIP() { - String strIP = getLocalIP(); - int Parts[4] = {0,0,0,0}; - int Part = 0; - for (uint8_t i=0; i