mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-20 21:04:24 -04:00
Slight improvement of the tone generator.
This commit is contained in:
parent
edcd780402
commit
c2dc7d1cf5
6 changed files with 99 additions and 38 deletions
|
@ -76,8 +76,7 @@ void RSSI::paint(Painter& painter) {
|
|||
);
|
||||
|
||||
if (pitch_rssi_enabled) {
|
||||
//baseband::set_pitch_rssi((avg_ - raw_min) * 2000 / raw_delta, true);
|
||||
baseband::set_pitch_rssi((min_ - raw_min) * 2000 / raw_delta, true);
|
||||
baseband::set_pitch_rssi((avg_ - raw_min) * 2000 / raw_delta, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue