mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Change default frequency when NVRAM is initialized.
This commit is contained in:
parent
24fa97439d
commit
82f6e7c306
@ -36,7 +36,7 @@ using portapack::memory::map::backup_ram;
|
||||
namespace portapack {
|
||||
namespace persistent_memory {
|
||||
|
||||
constexpr rf::Frequency tuned_frequency_reset_value { 858750000 };
|
||||
constexpr rf::Frequency tuned_frequency_reset_value { 100000000 };
|
||||
|
||||
using ppb_range_t = range_t<ppb_t>;
|
||||
constexpr ppb_range_t ppb_range { -99000, 99000 };
|
||||
|
Loading…
Reference in New Issue
Block a user