Explorar el Código

Let PlatformIO automatically detect Arduino v1.0 library format

dds
Ivan Kravets hace 8 años
padre
commit
49a8aa8113
Se han modificado 1 ficheros con 1 adiciones y 10 borrados
  1. +1
    -10
      library.json

+ 1
- 10
library.json Ver fichero

@@ -30,14 +30,5 @@
"examples": [
"examples/*/*.ino",
"examples/*/*/*.ino"
],
"build": {
"flags": "-I utility",
"srcFilter": [
"+<utility>",
"+<*.c>",
"+<*.cpp>",
"+<*.h>"
]
}
]
}

Cargando…
Cancelar
Guardar