From 3360126aae4157b40b13a1d1a2df5056a4d2fc5b Mon Sep 17 00:00:00 2001 From: fredlcore Date: Mon, 17 Jun 2024 17:22:51 +0800 Subject: [PATCH] Bugfix for LAN connection on Olimex EVB --- BSB_LAN/bsb-version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BSB_LAN/bsb-version.h b/BSB_LAN/bsb-version.h index 29c2b68d..c843099d 100644 --- a/BSB_LAN/bsb-version.h +++ b/BSB_LAN/bsb-version.h @@ -1,4 +1,4 @@ #define MAJOR "4" #define MINOR "0" -#define PATCH "46" -#define COMPILETIME "20240617162520" +#define PATCH "47" +#define COMPILETIME "20240617172251"