Skip to content

Commit

Permalink
Added link to WiFiConnect.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jainrk authored Mar 23, 2017
1 parent 59287e4 commit fc98534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TimeLibPlusPlus/TimeLibPlusPlus.ino
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int timeZone = -7; // Pacific Daylight Time (USA)
#include "NISTClass.h"
#include "DS1307RTCClass.h"

#include <WiFiConnect.h>
#include <WiFiConnect.h> //https://github.com/jainrk/WiFiConnect
#include <ESP8266WiFi.h>

#define aSSID "mySSID"
Expand Down

0 comments on commit fc98534

Please sign in to comment.