Skip to content

Commit

Permalink
Merge branch 'main' into task/Change_default_font
Browse files Browse the repository at this point in the history
  • Loading branch information
Noloxs committed Jul 11, 2024
2 parents 6c02514 + db2c39d commit 1da6898
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pico_passthrough/boot.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import usb_cdc
usb_cdc.enable(console=True, data=True)
usb_cdc.enable(console=False, data=True)
7 changes: 7 additions & 0 deletions src/res/icons/stratagems/Commando.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/res/stratagems.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,6 @@
"name": "MLS-4X Commando",
"category": "Support",
"command": [2,1,0,2,3],
"icon_name": ""
"icon_name": "Commando.svg"
}
}

0 comments on commit 1da6898

Please sign in to comment.