Fixes and de-kostilying

This commit is contained in:
MX
2023-09-02 16:00:24 +03:00
parent 17269a5386
commit 3898e6e71d
4 changed files with 15 additions and 36 deletions

View File

@@ -228,9 +228,9 @@ bool subghz_txrx_gen_faac_slh_protocol(
seed_data[sizeof(uint32_t) - i - 1] = (seed >> i * 8) & 0xFF;
}
bool allow_zero_seed = true;
flipper_format_write_hex(txrx->fff_data, "Seed", seed_data, sizeof(uint32_t));
flipper_format_write_string_cstr(txrx->fff_data, "Valid", "1\r\n");
FURI_LOG_I(TAG, "Flag write to SD is OK");
flipper_format_write_bool(txrx->fff_data, "AllowZeroSeed", &allow_zero_seed, 1);
}
subghz_transmitter_free(txrx->transmitter);