Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Dec 27, 2024
2 parents 834523a + 762547d commit 7bf9aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Mk2_fasterControl_Full/calibration.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ inline constexpr float powerCal_diverted{ 0.0435F }; // for CT2

inline constexpr float f_voltageCal{ 0.8151F }; /**< compared with Sentron PAC 4200 */

inline constexpr float lpf_gain{ 0 }; /**< setting this to 0 disables this extra processing */
inline constexpr float alpha{ 0.002 };
inline constexpr float lpf_gain{ 9 }; /**< setting this to 0 disables this extra processing */
inline constexpr float alpha{ 0.0011 };

//--------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Mk2_fasterControl_Full/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ build_unflags =
lib_deps =
olikraus/U8g2

extra_scripts = pre:inject_sketch_name.py
check_tool = cppcheck, clangtidy
check_flags =
cppcheck: --enable=all --std=c++17 --suppress=missingIncludeSystem
Expand All @@ -39,6 +38,7 @@ platform = atmelavr
framework = arduino
board = uno
test_framework = unity
extra_scripts = pre:inject_sketch_name.py

[env:basic]
build_src_filter =
Expand Down

0 comments on commit 7bf9aa8

Please sign in to comment.