docs: 同步日常维护指南并补齐遗漏的板卡配置

This commit is contained in:
yczpf2019
2026-01-24 16:42:42 +08:00
parent a6cdad4b21
commit f166758ec5
373 changed files with 86311 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
import * as Mixly from 'mixly';
import TEMPLATE from '../template/board-config-message.html';
const { XML } = Mixly;
export const MICROPYTHON_CONFIG_MESSAGE_BURN_SPEED = XML.render(TEMPLATE, {
title: '烧录速度',
message: '要选择烧录速度请更改“Burn Speed”此值将用于向设备烧录代码。如果在用较高的烧录速度时出现问题请尝试减小此值这可能是由于外部串行到USB芯片的限制。'
});