Revert "fetch big commit from upstream"

This reverts commit 6634999113.
This commit is contained in:
r3df0xx
2022-05-27 22:18:35 +03:00
parent 310e140024
commit b23b3c9e8d
68 changed files with 475 additions and 655 deletions

View File

@@ -36,9 +36,9 @@ void subghz_view_transmitter_add_data_to_show(
furi_assert(subghz_transmitter);
with_view_model(
subghz_transmitter->view, (SubGhzViewTransmitterModel * model) {
string_set_str(model->key_str, key_str);
string_set_str(model->frequency_str, frequency_str);
string_set_str(model->preset_str, preset_str);
string_set(model->key_str, key_str);
string_set(model->frequency_str, frequency_str);
string_set(model->preset_str, preset_str);
model->show_button = show_button;
return true;
});