Skip to content

Commit

Permalink
Add autopts config for local testing
Browse files Browse the repository at this point in the history
DNM
  • Loading branch information
ilhanates committed Jan 17, 2025
1 parent ac38032 commit 602e484
Show file tree
Hide file tree
Showing 3 changed files with 4,812 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autopts/bot/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self, **kwargs):
super().__init__(**kwargs)

self.add_argument('--nb', dest='no_build', action='store_true',
help='Skip build and flash in bot mode.', default=False)
help='Skip build and flash in bot mode.', default=True)

self.add_argument('--simple', action='store_true',
help='Skip build and flash in bot mode.', default=False)
Expand Down
Loading

0 comments on commit 602e484

Please sign in to comment.