From 79ac443eda48efda83e1d4e6686a2832fed0a133 Mon Sep 17 00:00:00 2001 From: fredlcore Date: Thu, 31 Oct 2024 01:51:39 +0800 Subject: [PATCH] Bugfix for PPS preventing active room unit mode due to too long (4ms!) wait. --- 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 c554cf56..506f490d 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 "64" -#define COMPILETIME "20241014085509" +#define PATCH "65" +#define COMPILETIME "20241031015139"