Skip to content

Commit

Permalink
added library link
Browse files Browse the repository at this point in the history
added library link
  • Loading branch information
iot-playground committed May 10, 2015
1 parent f0fe3b5 commit 364dfa1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ESP8266ArduinoIDE/ESP8266_di/ESP8266_di.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*
Created by Igor Jarc
See http://iot-playground.com for details
Please use community forum on website do not contact author directly
External libraries:
- https://github.com/adamvr/arduino-base64
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
version 2 as published by the Free Software Foundation.
*/
#include <ESP8266WiFi.h>
#include <Base64.h>

Expand Down

0 comments on commit 364dfa1

Please sign in to comment.