mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
change UnitV size info and fix tag bug
This commit is contained in:
@@ -28,7 +28,7 @@ Support MicroPython development environment, which makes the program code more c
|
||||
- Indicator light: WS2812 LED
|
||||
- External storage: TF card/Micro SD
|
||||
- Interface: PH2.0/compatible GROVE
|
||||
- Size: 4mm * 2.5mm * 1.5mm
|
||||
- Size: 40mm * 24mm * 18mm
|
||||
- Weight: 4g
|
||||
|
||||
### Applications/What can UNIT-V do?
|
||||
|
||||
+2
-1
@@ -230,7 +230,6 @@
|
||||
"STEPMOTOR":"Drive Modules",
|
||||
"ENCODER":"FACES Series",
|
||||
"LAN":"Base",
|
||||
// "ATOMIC":"ATOM-BASE",
|
||||
"ESP32CAM":"Camera class",
|
||||
"EARTH":"Sensor class",
|
||||
"EXT.IO":"I / 0 class",
|
||||
@@ -302,6 +301,8 @@
|
||||
'left': (e.pageX - x + 'px'),
|
||||
'top': (e.pageY - y + 'px')
|
||||
}).show();
|
||||
}).click(function (e) {
|
||||
$('#tag_title').remove();
|
||||
})
|
||||
});
|
||||
anchor_search();
|
||||
|
||||
@@ -227,7 +227,6 @@
|
||||
"STEPMOTOR":"Drive Modules",
|
||||
"ENCODER":"FACES Series",
|
||||
"LAN":"Base",
|
||||
// "ATOMIC":"ATOM-BASE",
|
||||
"ESP32CAM":"Camera class",
|
||||
"EARTH":"Sensor class",
|
||||
"EXT.IO":"I / 0 class",
|
||||
@@ -299,6 +298,8 @@
|
||||
'left': (e.pageX - x + 'px'),
|
||||
'top': (e.pageY - y + 'px')
|
||||
}).show();
|
||||
}).click(function (e) {
|
||||
$('#tag_title').remove();
|
||||
})
|
||||
});
|
||||
anchor_search();
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>尺寸</td>
|
||||
<td>4mm * 2.5mm * 1.5mm</td>
|
||||
<td>40mm * 24mm * 18mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>重量</td>
|
||||
|
||||
Reference in New Issue
Block a user