diff --git a/src/pygecko.c b/src/pygecko.c index e736b53..b5531ae 100644 --- a/src/pygecko.c +++ b/src/pygecko.c @@ -416,7 +416,7 @@ int roundUpToAligned(int number) { return (number + 3) & ~0x03; } -#define ERROR_BUFFER_SIZE 100 +#define ERROR_BUFFER_SIZE 150 void reportIllegalCommandByte(int commandByte) { char errorBuffer[ERROR_BUFFER_SIZE]; diff --git a/tcpgecko.elf b/tcpgecko.elf index e13671d..58769ff 100644 Binary files a/tcpgecko.elf and b/tcpgecko.elf differ