基于 vtalpaert/esp-scope 编译 - 采样率 1Hz-83kHz - ADC1_CH0 (GPIO 1) 输入 - WiFi AP + Web UI - 内置 PWM 测试信号 (GPIO 4) - 单通道,0-3.3V 输入范围
54 lines
900 B
Plaintext
54 lines
900 B
Plaintext
{
|
|
"menu": {
|
|
"header": "SVG Viewer",
|
|
"items": [{
|
|
"id": "Open"
|
|
}, {
|
|
"id": "OpenNew",
|
|
"label": "Open New"
|
|
}, null, {
|
|
"id": "ZoomIn",
|
|
"label": "Zoom In"
|
|
}, {
|
|
"id": "ZoomOut",
|
|
"label": "Zoom Out"
|
|
}, {
|
|
"id": "OriginalView",
|
|
"label": "Original View"
|
|
}, null, {
|
|
"id": "Quality"
|
|
}, {
|
|
"id": "Pause"
|
|
}, {
|
|
"id": "Mute"
|
|
}, null, {
|
|
"id": "Find",
|
|
"label": "Find..."
|
|
}, {
|
|
"id": "FindAgain",
|
|
"label": "Find Again"
|
|
}, {
|
|
"id": "Copy"
|
|
}, {
|
|
"id": "CopyAgain",
|
|
"label": "Copy Again"
|
|
}, {
|
|
"id": "CopySVG",
|
|
"label": "Copy SVG"
|
|
}, {
|
|
"id": "ViewSVG",
|
|
"label": "View SVG"
|
|
}, {
|
|
"id": "ViewSource",
|
|
"label": "View Source"
|
|
}, {
|
|
"id": "SaveAs",
|
|
"label": "Save As"
|
|
}, null, {
|
|
"id": "Help"
|
|
}, {
|
|
"id": "About",
|
|
"label": "About Adobe CVG Viewer..."
|
|
}]
|
|
}
|
|
} |