Files
Momentum-Firmware/targets/f7/furi_hal/furi_hal_subghz_i.h
Sil 0111d85236 SubGHz: Manual region bypass (#47)
* Subghz: brought back manual region bypass

* MNTM: change frequency check
this allows to add "extended" frequencies to your custom added frequencies

* MNTM: reboot when changing extended frequencies

* Fix regio typo

* Show bypass before extend

* Consistency with OFW and UL api for region, version, otp

* Fix API symbols

* Restrict only on TX

* Oops

* Improve bypass/extend UI

---------

Co-authored-by: Willy-JL <49810075+Willy-JL@users.noreply.github.com>
2024-03-20 01:00:46 +00:00

6 lines
128 B
C

#pragma once
void furi_hal_subghz_set_extended_frequency(bool state_i);
void furi_hal_subghz_set_bypass_region(bool enabled);