serial: fixed missing port names in builtin profiles

上级 1eed32f8
......@@ -72,6 +72,9 @@ export class SerialProfilesService extends ProfileProvider<SerialProfile> {
name: p.description ? `Serial: ${p.description}` : 'Serial',
icon: 'fas fa-microchip',
isBuiltin: true,
options: {
port: p.name,
},
} as SerialProfile)),
]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册