dawsonjon / PicoRX

Build a SDR SW/MW/LW Receiver with a Raspberry Pi Pico
MIT License
250 stars 32 forks source link

Utils update and rm simulations/fft_filter_test #87

Closed penfold42 closed 2 months ago

penfold42 commented 2 months ago

Update autosave.py:

memory.py

rm simulations/fft_filter_test

fix subtle bug where on exiting display_timeout, you'd get dropped into another hw_config menu based on the selected timeout :)

oled contrast is now stored in bits of hw_setup

s/enum_deemphasis/flag_deemphasis added mask_deemphasis

dawsonjon commented 2 months ago

👍