remove stupid stuff

This commit is contained in:
2018-09-01 19:42:12 +02:00
parent d12e7445bb
commit 2c79d7896c
2 changed files with 6 additions and 2 deletions

View File

@@ -17,9 +17,13 @@
"platforms": "espressif8266", "platforms": "espressif8266",
"examples": "examples/*", "examples": "examples/*",
"export": { "export": {
"include":
[
"lib"
],
"exclude": "exclude":
[ [
"firmware/" "src/examples/"
] ]
} }
} }

View File

@@ -9,7 +9,7 @@
; http://docs.platformio.org/page/projectconf.html ; http://docs.platformio.org/page/projectconf.html
[platformio] [platformio]
env_default = meshPixel env_default = mesh
[common] [common]
framework = arduino framework = arduino