-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathtcmenu-plugin.xml
34 lines (28 loc) · 1.4 KB
/
tcmenu-plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" ?>
<TcMenuPluginDefinition shortName="core-remote" xmlns="https://www.thecoderscorner.com/libraries/tcmenuPlugin"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.thecoderscorner.com/libraries/tcmenuPlugin https://tcmenu.github.io/documentation/arduino-libraries/libraries/tcmenu-plugin.xsd">
<GeneralDetails>
<Author name="The Coders Corner" url="http://www.thecoderscorner.com/" />
<Version>4.4.1</Version>
<Name>Core remote control</Name>
<Description>This plugin contains remote control capabilites for Ethernet, WiFi, Bluetooth and Serial.</Description>
<License name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/>
</GeneralDetails>
<Plugins>
<Plugin>noRemote.xml</Plugin>
<!-- arduino remote plugins -->
<Plugin>remoteSerial.xml</Plugin>
<Plugin>remoteEthernet.xml</Plugin>
<!-- esp specific -->
<Plugin>remoteSerialESP.xml</Plugin>
<Plugin>remoteWifiESP.xml</Plugin>
<!-- client device -->
<Plugin>clientRemoteEthernet.xml</Plugin>
<!-- true cpp specific -->
<Plugin>remoteMbedEthernet.xml</Plugin>
<Plugin>remoteStdio.xml</Plugin>
<!-- simhub connector -->
<Plugin>simhubConnector.xml</Plugin>
</Plugins>
</TcMenuPluginDefinition>