Skip to content

Commit

Permalink
Fix platformio settings
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Mar 15, 2024
1 parent 1e70fe2 commit 41b9ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Mk2_3phase_RFdatalog_temp/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ check_flags =
cppcheck: --enable=all
clangtidy: --fix --checks=*,-llvmlibc-callee-namespace,-llvmlibc-implementation-in-namespace,-clang-diagnostic-c++17-extensions
check_skip_packages = yes
check_src_filters = +<*>
monitor_filters =
default ; Remove typical terminal control codes from input
time ; Add timestamp with milliseconds for each new line
Expand Down
1 change: 1 addition & 0 deletions dev/cal_CTx_v_meter/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ check_flags =
cppcheck: --enable=all
clangtidy: --fix --checks=*,-llvmlibc-callee-namespace,-llvmlibc-implementation-in-namespace,-clang-diagnostic-c++17-extensions
check_skip_packages = yes
check_src_filters = +<*>
monitor_filters =
default ; Remove typical terminal control codes from input
time ; Add timestamp with milliseconds for each new line
Expand Down

0 comments on commit 41b9ec6

Please sign in to comment.