mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Quick fix for ESP32 compilation
This commit is contained in:
parent
a2b05399a3
commit
ed33b9c76b
@ -53,6 +53,10 @@
|
|||||||
|
|
||||||
#include "unishox.h"
|
#include "unishox.h"
|
||||||
|
|
||||||
|
#ifndef PROGMEM // quick fix for ESP32 compilation
|
||||||
|
#define PROGMEM
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef unsigned char byte;
|
typedef unsigned char byte;
|
||||||
// we squeeze both c_95[] and l_95[] in a sinle array.
|
// we squeeze both c_95[] and l_95[] in a sinle array.
|
||||||
// c_95[] uses only the 3 upper nibbles (or 12 most signifcant bits), while the last nibble encodes length (3..13)
|
// c_95[] uses only the 3 upper nibbles (or 12 most signifcant bits), while the last nibble encodes length (3..13)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user