Skip to content

Commit

Permalink
pio: renamed var
Browse files Browse the repository at this point in the history
  • Loading branch information
MacDada committed May 1, 2023
1 parent 10dc1b0 commit 1249842
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/common.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lib_deps =
bblanchon/ArduinoJson@^6.21.0

; https://docs.platformio.org/en/latest/projectconf/sections/env/options/build/build_flags.html
code_quality_build_flags =
build_flags =
; The default for Apple Clang is… `c++98` o.O
; https://discord.com/channels/583251190591258624/1075788561334415360
;
Expand Down
2 changes: 1 addition & 1 deletion config/native.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lib_compat_mode = off

; https://docs.platformio.org/en/latest/projectconf/sections/env/options/build/build_flags.html
build_flags =
${common.code_quality_build_flags}
${common.build_flags}

; https://docs.platformio.org/en/latest/projectconf/section_env_build.html#build-src-filter
build_src_filter = "+<native.cpp>"
Expand Down
2 changes: 1 addition & 1 deletion config/nodemcu.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ build_unflags =

; https://docs.platformio.org/en/latest/projectconf/sections/env/options/build/build_flags.html
build_flags =
${common.code_quality_build_flags}
${common.build_flags}

# `-D`: global macro definitions
'-D APP_NAME="Furnace"'
Expand Down

0 comments on commit 1249842

Please sign in to comment.