mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
custom entity RAW allow length up to 256
This commit is contained in:
@@ -39,6 +39,7 @@ class CustomEntityItem {
|
||||
uint32_t value;
|
||||
std::string data;
|
||||
uint8_t ram;
|
||||
uint8_t * raw;
|
||||
};
|
||||
|
||||
class WebCustomEntity {
|
||||
|
||||
Reference in New Issue
Block a user