beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: take C part away from python code for readability.
23 months ago, Edouard Tisserant
84a668564748
MQTT: take C part away from python code for readability.
C lines change a bit because of unnecessary escaping for '\'.
<xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default=""/>
<xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default=""/>