Skip to content

Commit a67d230

Browse files
committed
Support Arduino Nano 33 IoT.
1 parent 938ea69 commit a67d230

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

WiFi101WebThingAdapter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#include <Arduino.h>
1717

18-
#if defined(ARDUINO_SAMD_MKRWIFI1010)
18+
#if defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_NANO_33_IOT)
1919
#include <WiFiNINA.h>
2020
#else
2121
#include <WiFi101.h>

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webthing-arduino",
33
"description": "A library for creating Web Things using the Web of Things API. Runs on ESP8266, ESP32, and WiFi101 boards. Compatible with the Mozilla IoT Gateway.",
44
"keywords": "Communication",
5-
"version": "0.10.0",
5+
"version": "0.10.1",
66
"authors": {
77
"name": "Mozilla IoT <iot@mozilla.com>"
88
},

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=webthing-arduino
2-
version=0.10.0
2+
version=0.10.1
33
author=Mozilla IoT <iot@mozilla.com>
44
maintainer=James Hobin <hobinjk@gmail.com>
55
sentence=A library for creating Web Things using the Web of Things API

0 commit comments

Comments
 (0)