mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-19 04:44:47 -07:00
added pager modulation back
modulation made by jimi
This commit is contained in:
@@ -208,27 +208,38 @@ SubGhz* subghz_alloc(bool alloc_for_tx_only) {
|
|||||||
|
|
||||||
flipper_format_free(temp_fm_preset2);
|
flipper_format_free(temp_fm_preset2);
|
||||||
|
|
||||||
// # HND - FM presets
|
// Pagers
|
||||||
FlipperFormat* temp_fm_preset3 = flipper_format_string_alloc();
|
FlipperFormat* temp_fm_preset3 = flipper_format_string_alloc();
|
||||||
flipper_format_write_string_cstr(
|
flipper_format_write_string_cstr(
|
||||||
temp_fm_preset3,
|
temp_fm_preset3,
|
||||||
(const char*)"Custom_preset_data",
|
(const char*)"Custom_preset_data",
|
||||||
(const char*)"02 0D 0B 06 08 32 07 04 14 00 13 02 12 04 11 36 10 69 15 32 18 18 19 16 1D 91 1C 00 1B 07 20 FB 22 10 21 56 00 00 C0 00 00 00 00 00 00 00");
|
(const char*)"02 0D 07 04 08 32 0B 06 10 64 11 93 12 0C 13 02 14 00 15 15 18 18 19 16 1B 07 1C 00 1D 91 20 FB 21 56 22 10 00 00 C0 00 00 00 00 00 00 00");
|
||||||
flipper_format_rewind(temp_fm_preset3);
|
flipper_format_rewind(temp_fm_preset3);
|
||||||
subghz_setting_load_custom_preset(subghz->setting, (const char*)"HND_1", temp_fm_preset3);
|
subghz_setting_load_custom_preset(subghz->setting, (const char*)"Pagers", temp_fm_preset3);
|
||||||
|
|
||||||
flipper_format_free(temp_fm_preset3);
|
flipper_format_free(temp_fm_preset3);
|
||||||
|
|
||||||
|
// # HND - FM presets
|
||||||
FlipperFormat* temp_fm_preset4 = flipper_format_string_alloc();
|
FlipperFormat* temp_fm_preset4 = flipper_format_string_alloc();
|
||||||
flipper_format_write_string_cstr(
|
flipper_format_write_string_cstr(
|
||||||
temp_fm_preset4,
|
temp_fm_preset4,
|
||||||
(const char*)"Custom_preset_data",
|
(const char*)"Custom_preset_data",
|
||||||
(const char*)"02 0D 0B 06 08 32 07 04 14 00 13 02 12 07 11 36 10 E9 15 32 18 18 19 16 1D 92 1C 40 1B 03 20 FB 22 10 21 56 00 00 C0 00 00 00 00 00 00 00");
|
(const char*)"02 0D 0B 06 08 32 07 04 14 00 13 02 12 04 11 36 10 69 15 32 18 18 19 16 1D 91 1C 00 1B 07 20 FB 22 10 21 56 00 00 C0 00 00 00 00 00 00 00");
|
||||||
flipper_format_rewind(temp_fm_preset4);
|
flipper_format_rewind(temp_fm_preset4);
|
||||||
subghz_setting_load_custom_preset(subghz->setting, (const char*)"HND_2", temp_fm_preset4);
|
subghz_setting_load_custom_preset(subghz->setting, (const char*)"HND_1", temp_fm_preset4);
|
||||||
|
|
||||||
flipper_format_free(temp_fm_preset4);
|
flipper_format_free(temp_fm_preset4);
|
||||||
|
|
||||||
|
FlipperFormat* temp_fm_preset5 = flipper_format_string_alloc();
|
||||||
|
flipper_format_write_string_cstr(
|
||||||
|
temp_fm_preset5,
|
||||||
|
(const char*)"Custom_preset_data",
|
||||||
|
(const char*)"02 0D 0B 06 08 32 07 04 14 00 13 02 12 07 11 36 10 E9 15 32 18 18 19 16 1D 92 1C 40 1B 03 20 FB 22 10 21 56 00 00 C0 00 00 00 00 00 00 00");
|
||||||
|
flipper_format_rewind(temp_fm_preset5);
|
||||||
|
subghz_setting_load_custom_preset(subghz->setting, (const char*)"HND_2", temp_fm_preset5);
|
||||||
|
|
||||||
|
flipper_format_free(temp_fm_preset5);
|
||||||
|
|
||||||
// custom presets loading - end
|
// custom presets loading - end
|
||||||
|
|
||||||
// Load last used values for Read, Read RAW, etc. or default
|
// Load last used values for Read, Read RAW, etc. or default
|
||||||
|
|||||||
Reference in New Issue
Block a user