Skip to content

Commit

Permalink
Add RP2040 support
Browse files Browse the repository at this point in the history
works with Raspberry Pi Pico W, using earlephilhower
  • Loading branch information
real-bombinho authored Apr 18, 2023
1 parent 6b9d764 commit 3135d9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TinyMqtt.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#ifdef TINY_MQTT_ASYNC
#include <AsyncTCP.h> // https://github.com/me-no-dev/AsyncTCP
#endif
#elif defined(ARDUINO_ARCH_RP2040)
#include <WiFi.h>
#endif
#ifdef EPOXY_DUINO
#define dbg_ptr uint64_t
Expand Down

0 comments on commit 3135d9a

Please sign in to comment.