add PubSubClient MQTT library
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/WiModbusGateway/SPI}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/WiModbusGateway/WiFi}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/WiModbusGateway/LiquidCrystal}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/WiModbusGateway/MQTT}""/>
|
||||
</option>
|
||||
<inputType id="it.baeyens.arduino.compiler.cpp.sketch.input.416726280" name="CPP source files" superClass="it.baeyens.arduino.compiler.cpp.sketch.input"/>
|
||||
</tool>
|
||||
@ -31,6 +32,7 @@
|
||||
<option id="it.baeyens.arduino.compiler.c.sketch.option.incpath.1559551443" name="Include Paths (-I)" superClass="it.baeyens.arduino.compiler.c.sketch.option.incpath" valueType="includePath">
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/WiModbusGateway/arduino/core}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/WiModbusGateway/arduino/variant}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/WiModbusGateway/MQTT}""/>
|
||||
</option>
|
||||
<inputType id="it.baeyens.arduino.compiler.c.sketch.input.83886313" name="C Source Files" superClass="it.baeyens.arduino.compiler.c.sketch.input"/>
|
||||
</tool>
|
||||
@ -43,8 +45,9 @@
|
||||
</toolChain>
|
||||
</folderInfo>
|
||||
<sourceEntries>
|
||||
<entry excluding="LiquidCrystal|WiFi|SPI|Libraries/*/?xamples|Libraries/*/?xtras" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name=""/>
|
||||
<entry excluding="MQTT|LiquidCrystal|WiFi|SPI|Libraries/*/?xamples|Libraries/*/?xtras" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name=""/>
|
||||
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="LiquidCrystal"/>
|
||||
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="MQTT"/>
|
||||
<entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="SPI"/>
|
||||
<entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="WiFi"/>
|
||||
</sourceEntries>
|
||||
|
Reference in New Issue
Block a user