mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-11 00:22:49 -05:00
doc(rvclaw): Update CC Buddy documentation with new images and enhance Wi-Fi connection instructions
This commit is contained in:
16
pages/index/zh/rvclaw.html
Normal file
16
pages/index/zh/rvclaw.html
Normal 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>
|
||||
Reference in New Issue
Block a user