Skip to content

Commit

Permalink
Print changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vovagorodok committed Aug 7, 2023
1 parent 688d3c1 commit 646bed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/current_binary_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def find_firmware_bin_path():

project_root_dir = find_abs_dir_that_contains(script_dir, relative_vscode_launch_path)
if not project_root_dir:
print("Please VS Code with PlatformIO plugin")
print("Use VS Code with PlatformIO plugin")
exit()

vscode_launch_path = os.path.join(project_root_dir, relative_vscode_launch_path)
Expand Down

0 comments on commit 646bed3

Please sign in to comment.