diff --git a/esp32/libcoexist.a b/esp32/libcoexist.a index 86bc827b4..8b6e87501 100644 Binary files a/esp32/libcoexist.a and b/esp32/libcoexist.a differ diff --git a/esp32/libcore.a b/esp32/libcore.a index fc12b0824..8c30b68bd 100644 Binary files a/esp32/libcore.a and b/esp32/libcore.a differ diff --git a/esp32/libespnow.a b/esp32/libespnow.a index 793bb4287..6a799ee26 100644 Binary files a/esp32/libespnow.a and b/esp32/libespnow.a differ diff --git a/esp32/libmesh.a b/esp32/libmesh.a index d333d2549..f19606a38 100644 Binary files a/esp32/libmesh.a and b/esp32/libmesh.a differ diff --git a/esp32/libnet80211.a b/esp32/libnet80211.a index 235ab0cd6..f57ba39bc 100644 Binary files a/esp32/libnet80211.a and b/esp32/libnet80211.a differ diff --git a/esp32/libpp.a b/esp32/libpp.a index 9a84e09ff..0b42b3637 100644 Binary files a/esp32/libpp.a and b/esp32/libpp.a differ diff --git a/esp32/libsmartconfig.a b/esp32/libsmartconfig.a index f58e8bb48..1f3272b00 100644 Binary files a/esp32/libsmartconfig.a and b/esp32/libsmartconfig.a differ diff --git a/esp32s2beta/libcoexist.a b/esp32s2beta/libcoexist.a index a280eb221..edad5fbd0 100644 Binary files a/esp32s2beta/libcoexist.a and b/esp32s2beta/libcoexist.a differ diff --git a/esp32s2beta/libcore.a b/esp32s2beta/libcore.a index 6142e21e6..2e56b14c7 100644 Binary files a/esp32s2beta/libcore.a and b/esp32s2beta/libcore.a differ diff --git a/esp32s2beta/libespnow.a b/esp32s2beta/libespnow.a index bcb0ee39a..c131cff27 100644 Binary files a/esp32s2beta/libespnow.a and b/esp32s2beta/libespnow.a differ diff --git a/esp32s2beta/libmesh.a b/esp32s2beta/libmesh.a index 1d5daba49..77ff27f6e 100644 Binary files a/esp32s2beta/libmesh.a and b/esp32s2beta/libmesh.a differ diff --git a/esp32s2beta/libnet80211.a b/esp32s2beta/libnet80211.a index 447c28989..3403d139f 100644 Binary files a/esp32s2beta/libnet80211.a and b/esp32s2beta/libnet80211.a differ diff --git a/esp32s2beta/libpp.a b/esp32s2beta/libpp.a index 3e65c69c4..7a4cb9574 100644 Binary files a/esp32s2beta/libpp.a and b/esp32s2beta/libpp.a differ diff --git a/esp32s2beta/libsmartconfig.a b/esp32s2beta/libsmartconfig.a index d3ade594c..6dde7a90e 100644 Binary files a/esp32s2beta/libsmartconfig.a and b/esp32s2beta/libsmartconfig.a differ diff --git a/fix_printf.sh b/fix_printf.sh index 7a95f83d4..db503e5d7 100755 --- a/fix_printf.sh +++ b/fix_printf.sh @@ -2,31 +2,12 @@ for dir in esp32 esp32s2beta; do if [ -d "$dir" ]; then cd $dir - if [ $dir == esp32 ]; then - git status libphy.a | grep modified >/dev/null 2>&1 - if [ $? -eq 0 ]; then - echo $dir/libphy.a fixed - xtensa-esp32-elf-objcopy --redefine-sym ets_printf=phy_printf libphy.a - fi - elif [ $dir == esp32s2beta ]; then - git status libphyA.a | grep modified >/dev/null 2>&1 - if [ $? -eq 0 ]; then - echo $dir/libphyA.a fixed - xtensa-esp32-elf-objcopy --redefine-sym ets_printf=phy_printf libphyA.a - fi - - git status libphyB.a | grep modified >/dev/null 2>&1 - if [ $? -eq 0 ]; then - echo $dir/libphyB.a fixed - xtensa-esp32-elf-objcopy --redefine-sym ets_printf=phy_printf libphyB.a - fi - - git status libphy_marlin3.a | grep modified >/dev/null 2>&1 - if [ $? -eq 0 ]; then - echo $dir/libphy_marlin3.a fixed - xtensa-esp32-elf-objcopy --redefine-sym ets_printf=phy_printf libphy_marlin3.a - fi + git status libphy.a | grep modified >/dev/null 2>&1 + if [ $? -eq 0 ]; then + echo $dir/libphy.a fixed + xtensa-esp32-elf-objcopy --redefine-sym ets_printf=phy_printf libphy.a fi + git status librtc.a | grep modified >/dev/null 2>&1 if [ $? -eq 0 ]; then echo $dir/librtc.a fixed