Skip to content

Commit

Permalink
Fix teensy compiler version (#100)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: MariamFdil <[email protected]>
  • Loading branch information
3 people authored May 9, 2024
1 parent 380412a commit cc013d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion firmwares/dynamixel_centering/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html

[env:teensy40]
platform = teensy
platform = teensy@4.17.0
board = teensy40
framework = arduino

Expand Down
2 changes: 1 addition & 1 deletion firmwares/dynamixel_control/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
lib_dir = ../common/lib

[env:teensy40]
platform = teensy
platform = teensy@4.17.0
board = teensy40
framework = arduino

Expand Down
2 changes: 1 addition & 1 deletion firmwares/dynamixel_setup/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html

[env:teensy40]
platform = teensy
platform = teensy@4.17.0
board = teensy40
framework = arduino

Expand Down
2 changes: 1 addition & 1 deletion firmwares/psu_control/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
lib_dir = ../common/lib

[env:teensylc]
platform = teensy
platform = teensy@4.17.0
board = teensylc
framework = arduino

Expand Down

0 comments on commit cc013d9

Please sign in to comment.