mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Came Atomo emulation improvements
+ clean-up a little
This commit is contained in:
@@ -61,7 +61,6 @@ bool subghz_scene_set_seed_on_event(void* context, SceneManagerEvent event) {
|
||||
}
|
||||
|
||||
flipper_format_write_hex(subghz->txrx->fff_data, "Seed", seed_data, sizeof(uint32_t));
|
||||
FURI_LOG_I(TAG, "SEED: %8X\n", seed);
|
||||
|
||||
generated_protocol = true;
|
||||
} else {
|
||||
|
||||
@@ -61,7 +61,6 @@ bool subghz_scene_set_seed_bft_on_event(void* context, SceneManagerEvent event)
|
||||
}
|
||||
|
||||
flipper_format_write_hex(subghz->txrx->fff_data, "Seed", seed_data, sizeof(uint32_t));
|
||||
FURI_LOG_I(TAG, "SEED: %8X\n", seed);
|
||||
|
||||
generated_protocol = true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user