Skip to content

Commit cc013d9

Browse files
doumdimamaheuxMariamFdil
authored
Fix teensy compiler version (#100)
* Build the user interface at build time. * Reduce the sleep duration * Adding delays when launching nodes. * add more delays * Working on ARM * Fix version for ARM --------- Co-authored-by: Marc-Antoine Maheux <Marc-Antoine.Maheux@USherbrooke.ca> Co-authored-by: MariamFdil <fdil.mariam@gmail.com>
1 parent 380412a commit cc013d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

firmwares/dynamixel_centering/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
; https://docs.platformio.org/page/projectconf.html
1010

1111
[env:teensy40]
12-
platform = teensy
12+
platform = teensy@4.17.0
1313
board = teensy40
1414
framework = arduino
1515

firmwares/dynamixel_control/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
lib_dir = ../common/lib
1313

1414
[env:teensy40]
15-
platform = teensy
15+
platform = teensy@4.17.0
1616
board = teensy40
1717
framework = arduino
1818

firmwares/dynamixel_setup/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
; https://docs.platformio.org/page/projectconf.html
1010

1111
[env:teensy40]
12-
platform = teensy
12+
platform = teensy@4.17.0
1313
board = teensy40
1414
framework = arduino
1515

firmwares/psu_control/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
lib_dir = ../common/lib
1313

1414
[env:teensylc]
15-
platform = teensy
15+
platform = teensy@4.17.0
1616
board = teensylc
1717
framework = arduino
1818

0 commit comments

Comments
 (0)