mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-11 00:22:49 -05:00
11 lines
482 B
HTML
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> |