doc(rvclaw): Update CC Buddy documentation with new images and enhance Wi-Fi connection instructions

This commit is contained in:
taorye
2026-04-28 17:34:36 +08:00
parent 90a6035970
commit d176eceb3e
19 changed files with 216 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
<script>
var hash = window.location.hash
var url_language = "zh"
if( navigator.language.indexOf("zh") == -1 )
{
url_language = "en"
}
switch (window.location.hash) {
case "#c8" :
break;
default :
location.href = window.location.origin + "/hardware/" + url_language + "/lichee/RV_Nano/7_picoclaw_board.html"
}
</script>