Skip to content

Commit

Permalink
Added support for RD6024, thanks to @cygeus for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Dec 9, 2023
1 parent 6f32b8a commit e5803b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion flash-rd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e5803b5

Please sign in to comment.