mirror of https://github.com/arendst/Tasmota.git
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:
parent
ad50dfa83b
commit
8b1362b6df
|
@ -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
|
||||
|
|
|
@ -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_
|
||||
|
|
Loading…
Reference in New Issue