diff --git a/LCDproc.cpp b/LCDproc.cpp index 5f072e9..19ac15e 100644 --- a/LCDproc.cpp +++ b/LCDproc.cpp @@ -72,7 +72,7 @@ #include #include #else -#include +#include #endif #define BUFFER_MAX_LEN 128 diff --git a/UDPSocket.h b/UDPSocket.h index b22eefc..3f5585b 100644 --- a/UDPSocket.h +++ b/UDPSocket.h @@ -32,7 +32,6 @@ #include #include #else -#include #include #endif diff --git a/Version.h b/Version.h index a988871..3e08686 100644 --- a/Version.h +++ b/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20200906"; +const char* VERSION = "20200920"; #endif