Skip to content

Commit 958599a

Browse files
committed
update version to 0.10.2
1 parent ed99f82 commit 958599a

32 files changed

+32
-0
lines changed

Debug.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ void _debugBOL(const char *fn, int line)
8888
TelnetStream.print (_bol);
8989
}
9090
#endif
91+

FSexplorer.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,3 +397,4 @@ void doRedirect(String msg, int wait, const char* URL, bool reboot)
397397
if (reboot) doRestart("Reboot after upgrade");
398398

399399
} // doRedirect()
400+

MQTTstuff.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,3 +696,4 @@ void sensorAutoConfigure(byte dataid, bool finishflag , String cfgSensorId = "")
696696
* THE USE OR OTHER DEALINGS IN THE SOFTWARE.
697697
*
698698
***************************************************************************/
699+

OTGW-Core.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,3 +565,4 @@ struct OpenthermData_t {
565565
* THE USE OR OTHER DEALINGS IN THE SOFTWARE.
566566
*
567567
***************************************************************************/
568+

OTGW-Core.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,3 +2097,4 @@ void upgradepic() {
20972097
* THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20982098
*
20992099
***************************************************************************/
2100+

OTGW-ModUpdateServer-impl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,4 @@ void ESP8266HTTPUpdateServerTemplate<ServerType>::_setUpdaterError()
176176
}
177177

178178
};
179+

OTGW-ModUpdateServer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ using ESP8266HTTPUpdateServerSecure = esp8266httpupdateserver::ESP8266HTTPUpdate
8787
};
8888

8989
#endif
90+

OTGW-firmware.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,4 @@ int8_t settingGPIOOUTPUTStriggerBit = 0;
204204
*
205205
****************************************************************************
206206
*/
207+

OTGW-firmware.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,3 +359,4 @@ void loop()
359359
*
360360
****************************************************************************
361361
*/
362+

data/FSexplorer.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ hr {
8383
font-size: 16px;
8484
width: 125px;
8585
}
86+

0 commit comments

Comments
 (0)