We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b28ae2 commit 74aec43Copy full SHA for 74aec43
libraries/esp8266/library.properties
@@ -0,0 +1,9 @@
1
+name=ESP8266
2
+version=1.0
3
+author=Simon Peter,Markus Sattler,Ivan Grokhotkov
4
+maintainer=Ivan Grokhtkov <ivan@esp8266.com>
5
+sentence=ESP8266 sketches examples
6
+paragraph=
7
+category=Other
8
+url=
9
+architectures=esp8266
libraries/esp8266/src/dummy.h
@@ -0,0 +1,2 @@
+// This file is here only to silence warnings from Arduino IDE
+// Currently IDE doesn't support no-code libraries, like this collection of example sketches.
0 commit comments