update version to 0.10.2

This commit is contained in:
Robert van den Breemen 2023-03-14 23:58:24 +01:00
parent 958599af66
commit 50c3ed2432
32 changed files with 0 additions and 32 deletions

View File

@ -88,4 +88,3 @@ void _debugBOL(const char *fn, int line)
TelnetStream.print (_bol);
}
#endif

View File

@ -397,4 +397,3 @@ void doRedirect(String msg, int wait, const char* URL, bool reboot)
if (reboot) doRestart("Reboot after upgrade");
} // doRedirect()

View File

@ -696,4 +696,3 @@ void sensorAutoConfigure(byte dataid, bool finishflag , String cfgSensorId = "")
* THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
***************************************************************************/

View File

@ -565,4 +565,3 @@ struct OpenthermData_t {
* THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
***************************************************************************/

View File

@ -2097,4 +2097,3 @@ void upgradepic() {
* THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
***************************************************************************/

View File

@ -176,4 +176,3 @@ void ESP8266HTTPUpdateServerTemplate<ServerType>::_setUpdaterError()
}
};

View File

@ -87,4 +87,3 @@ using ESP8266HTTPUpdateServerSecure = esp8266httpupdateserver::ESP8266HTTPUpdate
};
#endif

View File

@ -204,4 +204,3 @@ int8_t settingGPIOOUTPUTStriggerBit = 0;
*
****************************************************************************
*/

View File

@ -359,4 +359,3 @@ void loop()
*
****************************************************************************
*/

View File

@ -83,4 +83,3 @@ hr {
font-size: 16px;
width: 125px;
}

View File

@ -135,4 +135,3 @@
</div>
</body>
</html>

View File

@ -501,4 +501,3 @@
*
***************************************************************************
*/

View File

@ -107,4 +107,3 @@
</body>
</html>

View File

@ -831,4 +831,3 @@
*
***************************************************************************
*/

View File

@ -114,4 +114,3 @@ void handleDebug(){
}
}

View File

@ -572,4 +572,3 @@ String dBmtoQuality(int dBm)
*
****************************************************************************
*/

View File

@ -330,4 +330,3 @@ void sendJsonSettingObj(const char *cName, bool bValue, const char *sType)
*
****************************************************************************
*/

View File

@ -368,4 +368,3 @@ String getUniqueId() {
*
****************************************************************************
*/

View File

@ -97,4 +97,3 @@ void evalOutputs(){
*
****************************************************************************
*/

View File

@ -556,4 +556,3 @@ void sendApiNotFound(const char *URI)
*
****************************************************************************
*/

View File

@ -125,4 +125,3 @@
*
****************************************************************************
*/

View File

@ -272,4 +272,3 @@ uint32_t getParam(uint32_t i, ...)
*
****************************************************************************
*/

View File

@ -199,4 +199,3 @@ char* getDallasAddress(DeviceAddress deviceAddress)
*
****************************************************************************
*/

View File

@ -326,4 +326,3 @@ void updateSetting(const char *field, const char *newValue)
*
****************************************************************************
*/

View File

@ -1042,4 +1042,3 @@ bool OTGWSerial::upgradeEvent() {
if (!_upgrade) return false;
return _upgrade->upgradeTick();
}

View File

@ -198,4 +198,3 @@ protected:
};
#endif

View File

@ -446,4 +446,3 @@
*
***************************************************************************
*/

View File

@ -105,4 +105,3 @@
</body>
</html>

View File

@ -796,4 +796,3 @@
*
***************************************************************************
*/

View File

@ -69,4 +69,3 @@ static const char UpdateServerSuccess[] PROGMEM =
</script>
</html>)";

View File

@ -14,4 +14,3 @@
#define _SEMVER_NOBUILD "0.10.2-beta (14-03-2023)"
#define _VERSION "0.10.2-beta+fa737be (14-03-2023)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

View File

@ -96,4 +96,3 @@ String GetVersion(const String hexfile){
}
return ("");
}