mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
various ui/ux changes
text spacing reduced from 4px to 3px some text was replaced
This commit is contained in:
@@ -430,7 +430,7 @@ static bool
|
||||
} else if(
|
||||
DURATION_DIFF((float)(abs(instance->data_raw[i])), (classes[k].data)) <
|
||||
(classes[k].data / 4)) { //if the test value does not differ by more than 25%
|
||||
classes[k].data += ((float)(abs(instance->data_raw[i]))-classes[k].data) *
|
||||
classes[k].data += ((float)(abs(instance->data_raw[i])) - classes[k].data) *
|
||||
0.05f; //running average k=0.05
|
||||
classes[k].count++;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user