We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fd15b commit 11974b5Copy full SHA for 11974b5
main/main.cpp
@@ -148,6 +148,7 @@ extern "C" void app_main(void) {
148
"Set the haptic config to return to center with detents");
149
root_menu->Insert(
150
"click",
151
+ // cppcheck-suppress constParameterReference
152
[&](std::ostream &out, float strength) {
153
strength = std::clamp(strength, 0.0f, 10.0f);
154
espp::detail::HapticConfig config{
0 commit comments