Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 907b340

Browse files
committed
subghz e nuova release
1 parent 7598695 commit 907b340

34 files changed

Lines changed: 181 additions & 38 deletions

applications/main/subghz/helpers/subghz_txrx.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ static void subghz_txrx_begin(SubGhzTxRx* instance, uint8_t* preset_data) {
168168

169169
static uint32_t subghz_txrx_rx(SubGhzTxRx* instance, uint32_t frequency) {
170170
furi_assert(instance);
171-
furi_assert(
172-
instance->txrx_state != SubGhzTxRxStateRx && instance->txrx_state != SubGhzTxRxStateSleep);
171+
furi_assert(instance->txrx_state != SubGhzTxRxStateRx && instance->txrx_state != SubGhzTxRxStateSleep);
173172

174173
subghz_devices_idle(instance->radio_device);
175174

applications/main/subghz/scenes/subghz_scene_decode_raw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ bool subghz_scene_decode_raw_start(SubGhz* subghz) {
8989
} while(false);
9090

9191
if(success) {
92-
//FURI_LOG_I(TAG, "Listening at \033[0;33m%s\033[0m.", furi_string_get_cstr(file_name));
92+
FURI_LOG_I(TAG, "Listening at \033[0;33m%s\033[0m.", furi_string_get_cstr(file_name));
9393

9494
subghz->decode_raw_file_worker_encoder = subghz_file_encoder_worker_alloc();
9595
if(subghz_file_encoder_worker_start(
480 Bytes
Binary file not shown.

dist/f7-D/f7-update-local/update.fuf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Info: local
44
Target: 7
55
Loader: updater.bin
66
# little-endian hex!
7-
Loader CRC: F1 09 36 02
7+
Loader CRC: E7 95 20 85
88
Firmware: firmware.dfu
99
Radio: radio.bin
1010
Radio address: 00 50 0D 08
0 Bytes
Binary file not shown.
4.76 KB
Binary file not shown.
480 Bytes
Binary file not shown.
480 Bytes
Binary file not shown.

dist/f7-D/flipper-z-f7-full-local.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"firmware_build_date": "15-09-2023",
3-
"firmware_commit": "1cb87552",
2+
"firmware_build_date": "19-09-2023",
3+
"firmware_commit": "75986956",
44
"firmware_branch": "dev",
55
"firmware_target": 7,
66
"firmware_version": "unknown"
5.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)