Skip to content

Commit 74aec43

Browse files
committed
Fix "invalid library found" errors with Arduino 1.6.6 (#965)
As per suggestion from @marvinroger
1 parent 5b28ae2 commit 74aec43

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

libraries/esp8266/library.properties

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=ESP8266
2+
version=1.0
3+
author=Simon Peter,Markus Sattler,Ivan Grokhotkov
4+
maintainer=Ivan Grokhtkov <[email protected]>
5+
sentence=ESP8266 sketches examples
6+
paragraph=
7+
category=Other
8+
url=
9+
architectures=esp8266

libraries/esp8266/src/dummy.h

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// This file is here only to silence warnings from Arduino IDE
2+
// Currently IDE doesn't support no-code libraries, like this collection of example sketches.

0 commit comments

Comments
 (0)