Skip to content

Commit c9288ab

Browse files
committed
Add example
1 parent 3a35289 commit c9288ab

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

examples/ESPEssentials.ino

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#include <ESPEssentials.h>
2+
3+
void setup()
4+
{
5+
initESPEssentials("Project Name");
6+
}
7+
8+
void loop()
9+
{
10+
handleESPEssentials();
11+
}

0 commit comments

Comments
 (0)