From 7b33096eeb7d9cbd12bdb9b3da331001df730d42 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Mon, 16 Feb 2026 21:52:38 +0100 Subject: [PATCH] Fix build --- scripts/build_mpos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_mpos.sh b/scripts/build_mpos.sh index 60aaba0c..59328529 100755 --- a/scripts/build_mpos.sh +++ b/scripts/build_mpos.sh @@ -39,8 +39,8 @@ else fi echo "Check need to add adc_mic to $idfile" -if ! grep esp32-camera "$idfile"; then - echo "Adding esp32-camera to $idfile" +if ! grep adc_mic "$idfile"; then + echo "Adding adc_mic to $idfile" echo ' espressif/adc_mic: "*"' >> "$idfile" else echo "No need to add adc_mic to $idfile"