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:
immiimmi
2021-08-07 16:09:31 +02:00
committed by GitHub
parent 92e31957ae
commit fe2992f7e0
+1 -1
View File
@@ -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();