mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-14 20:56:38 +01:00
remove stupid stuff
This commit is contained in:
@@ -17,9 +17,13 @@
|
|||||||
"platforms": "espressif8266",
|
"platforms": "espressif8266",
|
||||||
"examples": "examples/*",
|
"examples": "examples/*",
|
||||||
"export": {
|
"export": {
|
||||||
|
"include":
|
||||||
|
[
|
||||||
|
"lib"
|
||||||
|
],
|
||||||
"exclude":
|
"exclude":
|
||||||
[
|
[
|
||||||
"firmware/"
|
"src/examples/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user