..
This commit is contained in:
parent
bd39410b91
commit
95fa96a864
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Audio",
|
"name": "Audio_SdFat",
|
||||||
"frameworks": "Arduino",
|
"frameworks": "Arduino",
|
||||||
"platforms": "Teensy",
|
"platforms": "Teensy",
|
||||||
"keywords": "sound, audio, FFT, filter, effect",
|
"keywords": "sound, audio, FFT, filter, effect",
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
env_default = teensy35
|
default_envs = teensy35
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
lib_ignore = Audio, SD
|
lib_ignore = Audio, SD
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue