mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 07:07:42 +00:00
Improved trimming (#1458)
* Add threshold UI * WIP Better trimming * Rewrite mostly done WIP * WIP - trim idea * WIP threshold trimming * WIP with new design * Cleanup
This commit is contained in:
@@ -1987,6 +1987,9 @@ void SymField::set_value(uint64_t value) {
|
||||
value_[i] = uint_to_char(temp, radix);
|
||||
v /= radix;
|
||||
}
|
||||
|
||||
if (on_change)
|
||||
on_change(*this);
|
||||
}
|
||||
|
||||
void SymField::set_value(std::string_view value) {
|
||||
|
Reference in New Issue
Block a user