From 87989b33c67c0ce02128110c2442f856a60418f2 Mon Sep 17 00:00:00 2001 From: fredlcore Date: Fri, 13 Dec 2024 20:05:34 +0800 Subject: [PATCH] URL-command `R` also for non-default destination devices --- 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 b0989989..4e2b1b44 100644 --- a/BSB_LAN/bsb-version.h +++ b/BSB_LAN/bsb-version.h @@ -1,4 +1,4 @@ #define MAJOR "4" #define MINOR "2" -#define PATCH "41" -#define COMPILETIME "20241212004253" +#define PATCH "42" +#define COMPILETIME "20241213200534"