1
0
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:
Ivan Grokhotkov 2015-11-16 00:39:54 +03:00
parent 5b28ae23c2
commit 74aec438ae
2 changed files with 11 additions and 0 deletions

View 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

View 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.