We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a35289 commit c9288abCopy full SHA for c9288ab
1 file changed
examples/ESPEssentials.ino
@@ -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