File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
"type" : " git" ,
7
7
"url" : " https://github.com/sblantipodi/arduino_bootstrapper.git"
8
8
},
9
- "version" : " 1.15.1 " ,
9
+ "version" : " 1.15.2 " ,
10
10
"examples" : " examples/*.cpp" ,
11
11
"exclude" : " tests" ,
12
12
"frameworks" : " arduino" ,
Original file line number Diff line number Diff line change 1
1
name =Bootstrapper
2
- version =1.15.1
2
+ version =1.15.2
3
3
author =Davide Perini <perini.davide@dpsoftware.org>
4
4
maintainer =Davide Perini <perini.davide@dpsoftware.org>
5
5
sentence =A client library for MQTT messaging.
Original file line number Diff line number Diff line change @@ -729,7 +729,7 @@ void WifiManager::handleImprovPacket() {
729
729
uint16_t packetByte = 0 ;
730
730
uint8_t packetLen = 9 ;
731
731
uint8_t checksum = 0 ;
732
- uint8_t waitTime = 25 ;
732
+ uint8_t waitTime = 2500 ;
733
733
uint8_t rpcCommandType = 0 ;
734
734
char rpcData[128 ];
735
735
rpcData[0 ] = 0 ;
You can’t perform that action at this time.
0 commit comments