diff --git a/library.json b/library.json index c87113b..8421669 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/sblantipodi/arduino_bootstrapper.git" }, - "version": "1.15.1", + "version": "1.15.2", "examples": "examples/*.cpp", "exclude": "tests", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 216f07d..b662f51 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Bootstrapper -version=1.15.1 +version=1.15.2 author=Davide Perini maintainer=Davide Perini sentence=A client library for MQTT messaging. diff --git a/src/WifiManager.cpp b/src/WifiManager.cpp index 31d5863..df3e0b2 100644 --- a/src/WifiManager.cpp +++ b/src/WifiManager.cpp @@ -729,7 +729,7 @@ void WifiManager::handleImprovPacket() { uint16_t packetByte = 0; uint8_t packetLen = 9; uint8_t checksum = 0; - uint8_t waitTime = 25; + uint8_t waitTime = 2500; uint8_t rpcCommandType = 0; char rpcData[128]; rpcData[0] = 0;