We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fe3b5 commit 364dfa1Copy full SHA for 364dfa1
ESP8266ArduinoIDE/ESP8266_di/ESP8266_di.ino
@@ -1,3 +1,15 @@
1
+ /*
2
+ Created by Igor Jarc
3
+ See http://iot-playground.com for details
4
+ Please use community forum on website do not contact author directly
5
+
6
+ External libraries:
7
+ - https://github.com/adamvr/arduino-base64
8
9
+ This program is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU General Public License
11
+ version 2 as published by the Free Software Foundation.
12
+ */
13
#include <ESP8266WiFi.h>
14
#include <Base64.h>
15
0 commit comments