From 62c2e9f07c2d613412407b49a4cdc8e9f07a3489 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Sun, 28 May 2023 18:13:21 +1200 Subject: [PATCH] Libraries: Update libdivecomputer. Update libdivecomputer to include the changes from the libdivecomputer v0.8.0 release: - Divesoft Freedom and Liberty support - A couple of iostream abstraction layers: a new 'packet layer' and a HDLC layer, moving code from low-level dive computer downloaders to generic iostream layers. - misc minor updates Signed-off-by: Michael Keller --- libdivecomputer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdivecomputer b/libdivecomputer index 3a2dc6cce..436063c74 160000 --- a/libdivecomputer +++ b/libdivecomputer @@ -1 +1 @@ -Subproject commit 3a2dc6cce4e308d8b1002e9a2b4a713102e4d85e +Subproject commit 436063c74d6b98fee04200819dc39850ab8260e3