Add RP2040 support

works with Raspberry Pi Pico W, using earlephilhower
This commit is contained in:
real-bombinho
2023-04-18 10:56:24 +01:00
committed by GitHub
parent 6b9d764c23
commit 3135d9a28c

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