mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
P020 bigger buffer needed
messages (e.g. from power metters) are longer than 256 bytes P020_DATAGRAM_MAX_SIZE inncreased to 1024
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# endif // ifndef PLUGIN_020_DEBUG
|
||||
|
||||
# define P020_STATUS_LED 12
|
||||
# define P020_DATAGRAM_MAX_SIZE 256
|
||||
# define P020_DATAGRAM_MAX_SIZE 1024
|
||||
struct P020_Task : public PluginTaskData_base {
|
||||
P020_Task(taskIndex_t taskIndex);
|
||||
~P020_Task();
|
||||
|
||||
Reference in New Issue
Block a user