From 28b66745e01f07893dcd4e20a1645529dcdf0976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Wed, 13 Mar 2024 13:35:31 -0300 Subject: [PATCH] core: tools: linux2rest: Update to v0.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This new version follows the same log structure as mavlink-camera-manager and also allows the user to log custom system information Signed-off-by: Patrick José Pereira --- core/tools/linux2rest/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tools/linux2rest/bootstrap.sh b/core/tools/linux2rest/bootstrap.sh index 4eef8f701..1916c03ff 100755 --- a/core/tools/linux2rest/bootstrap.sh +++ b/core/tools/linux2rest/bootstrap.sh @@ -4,7 +4,7 @@ set -e LOCAL_BINARY_PATH="/usr/bin/linux2rest" -VERSION=v0.4.6 +VERSION=v0.5.1 # By default we install armv7 REMOTE_BINARY_URL="https://github.com/patrickelectric/linux2rest/releases/download/${VERSION}/linux2rest-armv7"