diff options
| author | iabdalkader <i.abdalkader@gmail.com> | 2023-03-08 17:22:08 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-03-09 10:38:06 +1100 |
| commit | dc2186c35b526a39893d788f0148d1d415c7b80b (patch) | |
| tree | 0fe0317294b133b16e54c33fe97ead28d004f833 | |
| parent | 8307046406dc7d64cbf0e5232d094965ff8207dc (diff) | |
rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Include "senml" in manifest.
| -rw-r--r-- | ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py b/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py index bc090ef7c..7c9b37e4b 100644 --- a/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py +++ b/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py @@ -9,6 +9,7 @@ require("espflash") # Utils require("time") +require("senml") require("logging") # Bluetooth |
