File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 99
1010[platformio]
1111src_dir =serialio
12- lib_dir =~/Arduino/Libraries
12+ ; lib_dir=~/Arduino/Libraries
1313
1414; [env:yun]
1515; platform = atmelavr
@@ -43,10 +43,10 @@ lib_dir=~/Arduino/Libraries
4343; upload_flags=-V
4444; build_flags = -DNODEBUG
4545;
46- [env:teensy31]
47- platform = teensy
48- board = teensy31
49- framework = arduino
46+ ; [env:teensy31]
47+ ; platform = teensy
48+ ; board = teensy31
49+ ; framework = arduino
5050; build_flags = -Wno-comment -Wno-reorder -Wno-strict-aliasing -Wno-builtin-macro-redefined -lstdc++
5151;
5252; [env:due]
@@ -73,8 +73,8 @@ framework = arduino
7373; board = uno
7474; framework = arduino
7575;
76- ; [env:redbear_blenano2]
77- ; platform = nordicnrf52
78- ; board = redbear_blenano2
79- ; framework = arduino
80- ; build_flags =-DNODEBUG -DARDUINO=10805
76+ [env:redbear_blenano2]
77+ platform = nordicnrf52
78+ board = redbear_blenano2
79+ framework = arduino
80+ build_flags =-DNODEBUG -DARDUINO =10805
You can’t perform that action at this time.
0 commit comments