Skip to content
Snippets Groups Projects
Commit 4c19894c authored by Peter Švihra's avatar Peter Švihra
Browse files

fix of min queue size

parent b813862a
Branches
No related merge requests found
......@@ -3,7 +3,7 @@
#include <Arduino.h>
#define CONST_MAX_SIZE_QUEUE 1
#define CONST_MAX_SIZE_QUEUE 16
#define CONST_MAX_SIZE_PACKET 64
#define CONST_MAX_SIZE_BUFFER 128
#define CONST_MIN_SIZE_PACKET 7
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment