Skip to content

Commit

Permalink
using firmware 0.10.0 with micro-ros-agent selection with buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Dec 29, 2023
1 parent 596d590 commit 2cc4ab3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion rosbot_utils/rosbot_utils/flash_firmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def find_firmware_file():

if not firmware_files:
firmware_url = (
"https://github.com/husarion/rosbot_ros2_firmware/releases/download/0.9.0/firmware.bin"
"https://github.com/husarion/rosbot_ros2_firmware/releases/download/0.10.0/firmware.bin"
)
firmware_path = os.path.join(firmware_dir, "firmware.bin")
print("Downloading firmware...")
Expand Down

0 comments on commit 2cc4ab3

Please sign in to comment.