Fixed local library build
This commit is contained in:
parent
0bb62da393
commit
6542a9d2b5
4
mos.yml
4
mos.yml
|
@ -2,6 +2,8 @@ author: Dirk Jahnke
|
||||||
description: Arduino Adafruit SSD1306 library modified for Wemos OLED 64x48
|
description: Arduino Adafruit SSD1306 library modified for Wemos OLED 64x48
|
||||||
type: lib
|
type: lib
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
platforms: [ esp32, esp8266 ]
|
||||||
|
platform: esp8266
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
- src
|
- src
|
||||||
|
@ -16,3 +18,5 @@ tags:
|
||||||
- c
|
- c
|
||||||
- js
|
- js
|
||||||
- hw
|
- hw
|
||||||
|
|
||||||
|
manifest_version: 2017-09-29
|
||||||
|
|
Loading…
Reference in New Issue