mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-23 16:09:05 +00:00
Use receiver/transmitter models everywhere (#1056)
* Use receiver/transmitter models everywhere * Run formatter * Fix a copy-paste bug, make transmitter_model actually set tx_gain. --------- Co-authored-by: kallanreed <kallanreed@outlook.com>
This commit is contained in:
@@ -521,7 +521,8 @@ void shutdown(const bool leave_screen_on) {
|
||||
display.shutdown();
|
||||
}
|
||||
|
||||
radio::disable();
|
||||
receiver_model.disable();
|
||||
transmitter_model.disable();
|
||||
audio::shutdown();
|
||||
|
||||
hackrf::cpld::init_from_eeprom();
|
||||
|
||||
Reference in New Issue
Block a user