From fe019e5c42973af1e8343dfcb47cf474a11b7619 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 20 Oct 2024 22:05:58 -0300 Subject: [PATCH] Missing deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 678aaf0..9940f55 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ static: install: verify_spir0 # install helper apps $(SUDO) apt update - $(SUDO) apt install -y nano nload htop picocom sshpass + $(SUDO) apt install -y nano nload htop picocom sshpass python3-msgpack # install mavlink-router if not already installed @if [ -d ~/tmp/mavlink-router-source ]; then \