From e5803b5b341ed992c670bc5d7d123a46d6f33e4c Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Sat, 9 Dec 2023 10:07:46 -0800 Subject: [PATCH] Added support for RD6024, thanks to @cygeus for testing. --- README.md | 1 + flash-rd.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6313b40..a84f37c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ RIDEN|RD6012|Tested with Bootloader V1.09 RIDEN|RD6012P|Tested with Bootloader V1.14 RIDEN|RD6018|Tested with Bootloader V1.10 RIDEN|RD6018W|Tested with Bootloader V1.12 +RIDEN|RD6024|Tested with Bootloader v1.38 ## Updating Firmware diff --git a/flash-rd.py b/flash-rd.py index f9d371c..788f0c2 100755 --- a/flash-rd.py +++ b/flash-rd.py @@ -30,7 +30,7 @@ class RidenFirmwareUpdater: """Riden RD60xx Power Supply Firmware Updater""" - supported_models = [60062, 60121, 60181, 60065, 60125] + supported_models = [60062, 60065, 60121, 60125, 60181, 60241] def __init__(self, port, verbose=False):