Skip to content

Commit

Permalink
Update Demo.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 authored Apr 25, 2022
1 parent 85559b1 commit 0db0b00
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/Demo/Demo.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
ElegantOTA Demo Example - This example will work for both ESP8266 & ESP32 microcontrollers.
-----
Author: Ayush Sharma ( https://github.com/ayushsharma82 )
Important Notice: Star the repository on Github if you like the library! :)
Repository Link: https://github.com/ayushsharma82/ElegantOTA
*/

#if defined(ESP8266)
#include <ESP8266WiFi.h>
#include <WiFiClient.h>
Expand Down

0 comments on commit 0db0b00

Please sign in to comment.