first use of libmbus

This commit is contained in:
2020-11-03 10:51:02 +01:00
parent 880b3d26ec
commit 68691b4220
2 changed files with 3 additions and 11 deletions

View File

@ -20,8 +20,8 @@
#define LOGBUFFER_SIZE 32
#define MSGBUFFER_SIZE 16
#else
#define LOGBUFFER_SIZE 16384
#define MSGBUFFER_SIZE 8192
#define LOGBUFFER_SIZE 1024
#define MSGBUFFER_SIZE 128
#endif // TEST