mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-15 08:43:37 +03:00
Update subghz_scene_set_seed.c
seed in file, its working!
This commit is contained in:
parent
9e0499c461
commit
9b48e7a6bb
@ -53,7 +53,7 @@ bool subghz_scene_set_seed_on_event(void* context, SceneManagerEvent event) {
|
||||
"FAAC_SLH",
|
||||
868350000,
|
||||
FuriHalSubGhzPresetOok650Async);
|
||||
flipper_format_write_uint32(subghz->txrx->fff_data, "Seed", (uint32_t*)seed, 1);
|
||||
flipper_format_write_uint32(subghz->txrx->fff_data, "Seed", (uint32_t*)&seed, 1);
|
||||
FURI_LOG_I(TAG, "SEED (set_seed_on_event): %8X\n", seed);
|
||||
generated_protocol = true;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user