hsaturn / TinyMqtt

ESP 8266 / 32 / WROOM Small footprint Mqtt Broker and Client
GNU General Public License v3.0
191 stars 40 forks source link

RP2040 support #78

Closed real-bombinho closed 1 year ago

real-bombinho commented 1 year ago

Add support for RP2040

suggestion has been made, comprising of adding in TinyMqtt.h:

elif defined(ARDUINO_ARCH_RP2040)

include // works with Raspberry Pi Pico W, earlephilhower

hsaturn commented 1 year ago

Can you write a PR for this, or a git diff ?

real-bombinho commented 1 year ago

I did already: #79

hsaturn commented 1 year ago

PR merged

hsaturn commented 1 year ago

Could you please tell me why you are adding #include in W5500 examples ? This seems not coherent with the TINY_MQTT_ETHERNET compilation flag.