We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cde702 commit 8bf0388Copy full SHA for 8bf0388
tools/config_editor/app.py
@@ -186,7 +186,7 @@ def main() -> None:
186
action=argparse.BooleanOptionalAction,
187
default=False,
188
required=False,
189
- help="Enable/disable copying the compiled libraries to arduino-esp32. Enabled by default")
+ help="Enable/disable copying the compiled libraries to arduino-esp32. Disabled by default")
190
191
parser.add_argument("-c", "--arduino-path",
192
metavar="<arduino path>",
0 commit comments