mirror of https://github.com/arendst/Tasmota.git
Fixed compilation error
This commit is contained in:
parent
45b83a8c77
commit
6154fd1015
|
@ -1939,7 +1939,7 @@ String escapeJSONString(const char *str) {
|
||||||
|
|
||||||
#if defined(USE_RULES_COMPRESSION) || defined(USE_SCRIPT_COMPRESSION)
|
#if defined(USE_RULES_COMPRESSION) || defined(USE_SCRIPT_COMPRESSION)
|
||||||
|
|
||||||
#include <Unishox.h>
|
#include <unishox.h>
|
||||||
|
|
||||||
Unishox compressor;
|
Unishox compressor;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue