Browse Source

Add PIO entry for PRINTRBOARD_REVF


fix from PIO corruption
Unknown 7 years ago
parent
commit
42aa10d263
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      platformio.ini

+ 7
- 0
platformio.ini View File

@@ -46,6 +46,13 @@ build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_PRINTRBOARD
46 46
 #board_f_cpu = 20000000L
47 47
 lib_deps = ${common.lib_deps}
48 48
 
49
+[env:printrboard_revf]
50
+platform = teensy
51
+framework = arduino
52
+board = teensy20pp
53
+build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_PRINTRBOARD_REVF
54
+lib_deps = ${common.lib_deps}
55
+
49 56
 [env:brainwavepro]
50 57
 platform = teensy
51 58
 framework = arduino

Loading…
Cancel
Save