Skip to content

Commit 5e18e86

Browse files
committed
ok
1 parent 9ba2039 commit 5e18e86

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

examples/Serial/serialio/platformio.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[platformio]
1111
src_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

0 commit comments

Comments
 (0)