From 4d882fa2fa12f3c7422a0cc7580b7c6689a46503 Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 21 Apr 2025 17:10:42 +0200 Subject: [PATCH] Downgrade components To match omersiar/MiniDexed network branch Will this affect the crackle? --- submod.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submod.sh b/submod.sh index 2e2f1a8..03bd0f0 100755 --- a/submod.sh +++ b/submod.sh @@ -6,13 +6,13 @@ git submodule update --init --recursive # # Use fixed master branch of circle-stdlib then re-update cd circle-stdlib/ -git checkout 3bd135d +git checkout tags/v16.5 git submodule update --init --recursive cd - # # Optional update submodules explicitly cd circle-stdlib/libs/circle -git checkout tags/Step49 +git checkout tags/Step47 cd - cd circle-stdlib/libs/circle-newlib #git checkout develop