Files
NANOKVM-sipeed_wiki-MIRROR/pages/index/en/m0sense.html
wonderfullook 0ee9b3f3bc update m0sense
2022-11-30 13:54:47 +08:00

10 lines
221 B
HTML

<script>
var hash = window.location.hash
if (hash.indexOf("0000000")!= -1){
}
else
{
location.href = window.location.origin + "/hardware/en/maixzero/sense/maix_zero_sense.html"
}
</script>