Bump version 6.7.1.1

* Change ArduinoSlave to TasmotaSlave (Experimental)
 * Add support for Tuya battery powered devices (#6735)
 * Change repository name from Sonoff-Tasmota to Tasmota
This commit is contained in:
Theo Arends 2019-10-27 10:48:50 +01:00
parent ad50dfa83b
commit 8b1362b6df
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
/*********************************************************************************************\
* 6.7.1.1 20191026
* Change ArduinoSlave to TasmotaSlave (Experimental)
* Add support for Tuya battery powered devices (#6735)
* Change repository name from Sonoff-Tasmota to Tasmota
*
* 6.7.1 20191026
* Release
* Fix on energy monitoring devices using PowerDelta Exception0 with epc1:0x4000dce5 = Divide by zero (#6750)
* Fix Script array bug (#6751)
* Move ArduinoSlave to TasmotaSlave (Experimental)
*
* 6.7.0 20191025
* Release

View File

@ -20,6 +20,6 @@
#ifndef _SONOFF_VERSION_H_
#define _SONOFF_VERSION_H_
const uint32_t VERSION = 0x06070100;
const uint32_t VERSION = 0x06070101;
#endif // _SONOFF_VERSION_H_