From 24fae0d03e7b682b1bcf84d6304010b135a9754d Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 28 Sep 2021 16:15:53 +0200 Subject: [PATCH] updated comment --- pio_local.ini_example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pio_local.ini_example b/pio_local.ini_example index 6ca3c0b16..22478ea9a 100644 --- a/pio_local.ini_example +++ b/pio_local.ini_example @@ -16,7 +16,7 @@ my_build_flags = ; upload_port = 10.10.10.101 ; to prevent the web UI from building each time, comment out this next line -extra_scripts = +extra_scripts = scripts/rename_fw.py ; don't build WebUI ; pio run -e debug ; or from Visual Studio Code do PIO -> Project Tasks -> debug -> General -> Upload and Monitor