Skip to content

Commit

Permalink
pio_post_extra_script.py: comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MacDada committed Jun 16, 2023
1 parent f7035f4 commit 74d4c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/nodemcu.ini
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,5 @@ test_filter = embedded/*

; https://docs.platformio.org/en/latest/projectconf/sections/env/options/advanced/extra_scripts.html
; https://docs.platformio.org/en/latest/scripting/actions.html
extra_scripts = post:scripts/pio_post_extra_script.py
extra_scripts =
post:scripts/pio_post_extra_script.py
2 changes: 1 addition & 1 deletion scripts/pio_post_extra_script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Activate the script with `extra_scripts = pre:scripts/pio_post_extra_script.py` in `platformio.ini` config.
# Activate the script with `extra_scripts = post:scripts/pio_post_extra_script.py` in `platformio.ini` config.
#
# https://docs.platformio.org/en/latest/projectconf/sections/env/options/advanced/extra_scripts.html
# https://docs.platformio.org/en/latest/scripting/actions.html
Expand Down

0 comments on commit 74d4c02

Please sign in to comment.