boost err msg str len to usable size

This commit is contained in:
2017-12-27 22:51:22 +01:00
parent c802946db0
commit 0146c3332f
+1 -1
View File
@@ -32,7 +32,7 @@
// -------- Stack buffers ----------
#define DBG_BUF_LEN 80 // Size of the snprintf buffer for debug messages
#define ERR_MSG_STR_LEN 32 // Error message buffer size
#define ERR_MSG_STR_LEN 64 // Error message buffer size
#define IWBUFFER_LEN 80 // Ini writer buffer for sprintf
// -------- Timeouts ------------