Skip to content

Commit f37d7bc

Browse files
Add files via upload
changes for v1.5.0
1 parent 958ee33 commit f37d7bc

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
-5 Bytes
Binary file not shown.

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,17 @@ In the Arduino IDE, choose Sketch/Include Library/Manage Libraries. Click the T
2626
## Compatible Hardware:
2727

2828
* Arduino/Genuino or compatible using a WiFi Shield
29-
* Arduino/Genuino or compatible using a WiFi Shield 101
29+
* Arduino/Genuino or compatible using a WiFi Shield 101 (Use the WiFi101 library version 0.13.0 or older.)
3030
* Arduino/Genuino or compatible using an Ethernet Shield
3131
* Arduino/Genuino or compatible using a MKR ETH Shield
32-
* Arduino MKR1000 (use the WiFi101 library version 0.13.0 or older. WiFi101 library versions 0.14.0 and newer have a bug that stops this ThingSpeak library from working properly)
32+
* Arduino MKR1000
3333
* Arduino MKR1010
3434
* Arduino VIDOR 4000
3535
* Arduino GSM 14000
36+
* Arduino Uno WiFi Rev2
3637
* Arduino Yún (Rev1 and Rev2)
37-
* ESP8266 (tested with SparkFun ESP8266 Thing - Dev Board and NodeMCU 1.0 module)
38+
* ESP8266 programming directly (tested with SparkFun ESP8266 Thing - Dev Board and NodeMCU 1.0 module)
39+
* ESP8266 via AT commands
3840
* ESP32 (tested with SparkFun ESP32 Thing)
3941

4042
# Examples

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=ThingSpeak
2-
version=1.4.3
2+
version=1.5.0
33
author=MathWorks <[email protected]>
44
maintainer=MathWorks <[email protected]>
55
sentence=ThingSpeak Communication Library for Arduino, ESP8266 & EPS32
66
paragraph=ThingSpeak ( https://www.thingspeak.com ) is an analytic IoT platform service that allows you to aggregate, visualize and analyze live data streams in the cloud.
77
category=Communication
88
url=https://www.thingspeak.com/
9-
architectures=avr,esp8266,sam,samd,esp32,samd_beta
9+
architectures=avr,esp8266,sam,samd,esp32,samd_beta,megaavr

0 commit comments

Comments
 (0)