mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
23 lines
573 B
XML
23 lines
573 B
XML
<termora-plugin>
|
|
|
|
<id>serial</id>
|
|
|
|
<name>Serial Comm</name>
|
|
|
|
<version>${projectVersion}</version>
|
|
|
|
<termora-version since=">=${rootProjectVersion}" until=""/>
|
|
|
|
<entry>app.termora.plugins.serial.SerialPlugin</entry>
|
|
|
|
<descriptions>
|
|
<description>Supports access to serial ports</description>
|
|
<description language="zh_CN">支持访问串口</description>
|
|
<description language="zh_TW">支援訪問串口</description>
|
|
</descriptions>
|
|
|
|
<vendor url="https://github.com/TermoraDev">TermoraDev</vendor>
|
|
|
|
|
|
</termora-plugin>
|