Skip to content

Commit

Permalink
Move set_dependencies and set_output_filename away from the root
Browse files Browse the repository at this point in the history
  • Loading branch information
floatplane committed Jul 10, 2024
1 parent d926f23 commit 5432d80
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ default_envs = WEMOS_D1_Mini, ESP8266-ESP01, ESP32DEV, WEMOS_D1_Mini-SPIFFS, ESP

[env]
extra_scripts =
pre:set_output_filename.py
pre:set_dependencies.py
pre:scripts/platformio/set_output_filename.py
pre:scripts/platformio/set_dependencies.py
check_tool = clangtidy, cppcheck
check_flags =
clangtidy: --checks '-*,bugprone-*,clang-analyzer-*,misc-*,performance-*,portability-*,readability-*,-readability-magic-numbers,-readability-static-accessed-through-instance,-readability-misplaced-array-index,google-*'
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5432d80

Please sign in to comment.