Fix use of SerialDelimiter value 128

This commit is contained in:
RevK 2019-04-13 06:50:04 +01:00 committed by GitHub
parent 1121a14995
commit 6d391103d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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_