Skip to content

Commit 83c44ee

Browse files
Add files via upload
Bump version to 1.4.3.
1 parent 1eb4014 commit 83c44ee

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,16 +196,11 @@ Initializes the ThingSpeak library and network settings.
196196
bool begin (client) // defaults to ThingSpeak.com
197197
```
198198
```
199-
bool begin (client, customHostName, port)
200-
```
201-
```
202-
bool begin (client, customIP, port)
199+
bool begin (client, port)
203200
```
204201
| Parameter | Type | Description |
205202
|----------------|:-------------|:-------------------------------------------------------|
206203
| client | Client & | TCPClient created earlier in the sketch |
207-
| customHostName | const char * | Host name of a custom install of ThingSpeak |
208-
| customIP | IPAddress | IP address of a custom install of ThingSpeak |
209204
| port | unsigned int | Port number to use with a custom install of ThingSpeak |
210205

211206
### Returns

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ThingSpeak
2-
version=1.4.2
2+
version=1.4.3
33
author=MathWorks <[email protected]>
44
maintainer=MathWorks <[email protected]>
55
sentence=ThingSpeak Communication Library for Arduino, ESP8266 & EPS32

0 commit comments

Comments
 (0)