Merge pull request #79 from real-bombinho/patch-3

Add RP2040 support
This commit is contained in:
hsaturn
2023-04-21 21:27:33 +02:00
committed by GitHub

View File

@@ -19,6 +19,8 @@
#ifdef TINY_MQTT_ASYNC #ifdef TINY_MQTT_ASYNC
#include <AsyncTCP.h> // https://github.com/me-no-dev/AsyncTCP #include <AsyncTCP.h> // https://github.com/me-no-dev/AsyncTCP
#endif #endif
#elif defined(ARDUINO_ARCH_RP2040)
#include <WiFi.h>
#endif #endif
#ifdef EPOXY_DUINO #ifdef EPOXY_DUINO
#define dbg_ptr uint64_t #define dbg_ptr uint64_t