mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-16 13:42:16 -04:00
Change default frequency when NVRAM is initialized.
This commit is contained in:
parent
24fa97439d
commit
82f6e7c306
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue