mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Fix "invalid library found" errors with Arduino 1.6.6 (#965)
As per suggestion from @marvinroger
This commit is contained in:
parent
5b28ae23c2
commit
74aec438ae
9
libraries/esp8266/library.properties
Normal file
9
libraries/esp8266/library.properties
Normal file
@ -0,0 +1,9 @@
|
||||
name=ESP8266
|
||||
version=1.0
|
||||
author=Simon Peter,Markus Sattler,Ivan Grokhotkov
|
||||
maintainer=Ivan Grokhtkov <ivan@esp8266.com>
|
||||
sentence=ESP8266 sketches examples
|
||||
paragraph=
|
||||
category=Other
|
||||
url=
|
||||
architectures=esp8266
|
2
libraries/esp8266/src/dummy.h
Normal file
2
libraries/esp8266/src/dummy.h
Normal file
@ -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.
|
Loading…
x
Reference in New Issue
Block a user