diff --git a/components/wifi-manager/code.js b/components/wifi-manager/code.js index bab07b6e..f45354d2 100644 --- a/components/wifi-manager/code.js +++ b/components/wifi-manager/code.js @@ -604,7 +604,7 @@ function checkStatus(){ recovery = true; $("#otadiv").show(); $('a[href^="#tab-audio"]').hide(); - $('a[href^="#tab-gpio"]').hide(); + $('a[href^="#tab-gpio"]').show(); $('a[href^="#tab-nvs"]').show(); $("footer.footer").removeClass('sl'); $("footer.footer").addClass('recovery'); @@ -615,7 +615,7 @@ function checkStatus(){ recovery = false; $("#otadiv").hide(); $('a[href^="#tab-audio"]').show(); - $('a[href^="#tab-gpio"]').show(); + $('a[href^="#tab-gpio"]').hide(); $('a[href^="#tab-nvs"]').hide(); $("footer.footer").removeClass('recovery'); $("footer.footer").addClass('sl'); diff --git a/components/wifi-manager/index.html b/components/wifi-manager/index.html index cbcf3323..794851b7 100644 --- a/components/wifi-manager/index.html +++ b/components/wifi-manager/index.html @@ -31,15 +31,15 @@ + - @@ -268,7 +268,7 @@ -
+