File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -196,16 +196,11 @@ Initializes the ThingSpeak library and network settings.
196
196
bool begin (client) // defaults to ThingSpeak.com
197
197
```
198
198
```
199
- bool begin (client, customHostName, port)
200
- ```
201
- ```
202
- bool begin (client, customIP, port)
199
+ bool begin (client, port)
203
200
```
204
201
| Parameter | Type | Description |
205
202
| ----------------| :-------------| :-------------------------------------------------------|
206
203
| 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 |
209
204
| port | unsigned int | Port number to use with a custom install of ThingSpeak |
210
205
211
206
### Returns
Original file line number Diff line number Diff line change 1
1
name =ThingSpeak
2
- version =1.4.2
2
+ version =1.4.3
3
3
author =MathWorks <support@thingspeak.com>
4
4
maintainer =MathWorks <support@thingspeak.com>
5
5
sentence =ThingSpeak Communication Library for Arduino, ESP8266 & EPS32
You can’t perform that action at this time.
0 commit comments