From 3135d9a28cb8f9d8396ddedd72e16741b4b24c7f Mon Sep 17 00:00:00 2001 From: real-bombinho <37409530+real-bombinho@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:56:24 +0100 Subject: [PATCH] Add RP2040 support works with Raspberry Pi Pico W, using earlephilhower --- src/TinyMqtt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/TinyMqtt.h b/src/TinyMqtt.h index f6bff7b..dc78a2c 100644 --- a/src/TinyMqtt.h +++ b/src/TinyMqtt.h @@ -19,6 +19,8 @@ #ifdef TINY_MQTT_ASYNC #include // https://github.com/me-no-dev/AsyncTCP #endif +#elif defined(ARDUINO_ARCH_RP2040) + #include #endif #ifdef EPOXY_DUINO #define dbg_ptr uint64_t