1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +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,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.