Increased file eror log to 4k

This commit is contained in:
Magnus Persson
2022-08-14 13:54:29 +02:00
parent 8b13b4769c
commit 08a102159b
2 changed files with 6 additions and 2 deletions

View File

@ -29,7 +29,7 @@ SOFTWARE.
#define ERR_FILENAME "/error.log"
#define ERR_FILENAME2 "/error2.log"
#define ERR_FILEMAXSIZE 250
#define ERR_FILEMAXSIZE 4000
#define RUNTIME_FILENAME "/runtime.log"