Skip to content

Commit

Permalink
Update ReadField.ino
Browse files Browse the repository at this point in the history
Fixed missing semicolon
  • Loading branch information
jasontwinters authored Oct 30, 2018
1 parent 9ed6445 commit 6afa33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ArduinoYun/ReadField/ReadField.ino
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "ThingSpeak.h"
#include "YunClient.h"
#include "secrets.h"
YunClient client
YunClient client;

// Weather station channel details
unsigned long weatherStationChannelNumber = SECRET_CH_ID_WEATHER_STATION;
Expand Down

0 comments on commit 6afa33c

Please sign in to comment.