Files
2022-09-30 12:36:42 +08:00

11 lines
482 B
HTML

<script>
var hash = window.location.hash
if (hash.indexOf("ros") != -1){
location.href = "https://wiki.sipeed.com/hardware/en/maixsense/maixsense-a075v/maixsense-a075v.html#Use-ROS"
}
else if (hash.indexOf("uart") != -1){
location.href = "https://wiki.sipeed.com/hardware/en/maixsense/maixsense-a010/maixsense-a010.html#Case%3AAccess-to-MCU"
}
else
location.href = "https://wiki.sipeed.com/hardware/en/maixsense/index.html"
</script>