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",
"examples": "examples/*",
"export": {
"include":
[
"lib"
],
"exclude":
[
"firmware/"
"src/examples/"
]
}
}

View File

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