mirror of https://github.com/arendst/Tasmota.git
Fix use of SerialDelimiter value 128
This commit is contained in:
parent
1121a14995
commit
6d391103d7
|
@ -20,6 +20,6 @@
|
|||
#ifndef _SONOFF_VERSION_H_
|
||||
#define _SONOFF_VERSION_H_
|
||||
|
||||
const uint32_t VERSION = 0x06050007;
|
||||
const uint32_t VERSION = 0x06050008;
|
||||
|
||||
#endif // _SONOFF_VERSION_H_
|
||||
|
|
Loading…
Reference in New Issue