From 8f3909aea899997e24b6e10d50cfe23c99153d44 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Thu, 9 Mar 2023 21:29:14 -0500 Subject: [PATCH] Update valid rio image version --- robotpy_installer/installer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/robotpy_installer/installer.py b/robotpy_installer/installer.py index a76d86e..f9dc6c0 100755 --- a/robotpy_installer/installer.py +++ b/robotpy_installer/installer.py @@ -36,10 +36,12 @@ _ROBORIO_IMAGES = [ "2023_v3.1", + "2023_v3.2", ] _ROBORIO2_IMAGES = [ "2023_v3.1", + "2023_v3.2", ] _ROBOTPY_PYTHON_PLATFORM = "linux_armv7l"