Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/update_ota.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ async def attempt(transport: Transport) -> None:
print("Current pin assignments do not match the defaults.")

print(
" To replace the current pin config with the new defaults, run: ./pin-config.py --reset-default\n"
" To see the current pin config, run: ./pin-config.py --echo-current\n"
" To replace the current pin config with the new defaults, run: ./tools/pin-config.py --reset-default\n"
" To see the current pin config, run: ./tools/pin-config.py --echo-current\n"
"\n"
"You may safely ignore this warning if the controller is part of a completed filter\n"
"and you do not intend to make hardware changes."
Expand Down