Skip to content

Commit 10280d9

Browse files
Add files via upload
Replaced depreciated YunClient
1 parent febe7e7 commit 10280d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/ArduinoYun/ReadField/ReadField.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@
2626
*/
2727

2828
#include "ThingSpeak.h"
29-
#include "YunClient.h"
3029
#include "secrets.h"
31-
YunClient client;
30+
#include <BridgeClient.h>
31+
32+
BridgeClient client;
3233

3334
// Weather station channel details
3435
unsigned long weatherStationChannelNumber = SECRET_CH_ID_WEATHER_STATION;

0 commit comments

Comments
 (0)