duckietown / duckietown-shell-commands

Commands for the Duckietown Shell
4 stars 4 forks source link

Fix versioning issue with Jetson Nano 2Gb #377

Closed samuelfneumann closed 1 year ago

samuelfneumann commented 1 year ago

A recent commit broke the Jetson Nano 2Gb board version. In the DISK_IMAGE_VERSION function the version was set to 1.2.2, but when attempting to retrieve this version in the PLACEHOLDERS_VERSION function, such a version didn't exist in board_to_placeholders_version. Updated the version to be 1.2.2 in both functions.

samuelfneumann commented 1 year ago

Fixed with a recent commit.