Use default parameter values in JORMContext calls where appropriate (#3057)

This commit is contained in:
Max Roncace
2026-01-19 21:18:30 -05:00
committed by GitHub
parent 21af98f856
commit 2ac52379df
134 changed files with 5369 additions and 6826 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ daLv3Water2_HIO_c::daLv3Water2_HIO_c() {
#if DEBUG
void daLv3Water2_HIO_c::genMessage(JORMContext* ctx) {
ctx->genSlider("wait time", &mLevelControlWaitFrames, 0, 255, 0, NULL, 0xffff, 0xffff, 0x200, 0x18);
ctx->genSlider("wait time", &mLevelControlWaitFrames, 0, 255);
}
#endif