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

Commit

Permalink
V1.0.8
Browse files Browse the repository at this point in the history
Aggiunto Subghz Pocsag
  • Loading branch information
haisenteck committed Sep 21, 2023
1 parent 46b72ec commit 7dc6cba
Show file tree
Hide file tree
Showing 19 changed files with 396 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
</a>
<h3>Haisenteck - Flipper zero firmware Mod</h3><br>
link al file di installazione stabile: <a href='https://github.com/haisenteck/Haisenteck-Flipper-MOD/releases/tag/V1.0.7' target='_blank'>Versione STABILE</a><br>
link al file di installazione stabile: <a href='https://github.com/haisenteck/Haisenteck-Flipper-MOD/releases/tag/V1.0.8' target='_blank'>Versione STABILE</a><br>
Link al file di installazione DEV build: <a href='https://github.com/haisenteck/Haisenteck-Flipper-MOD/blob/dev/dist/f7-D/flipper-z-f7-update-local.tgz' target='_blank'>Versione DEV Build</a><br>
Link al repository dei contenuti extra: <a href='https://github.com/haisenteck/Flipper_MicroSD' target='_blank'>Contenuti Extra per Micro SD</a><br>
<br>
Expand Down Expand Up @@ -46,6 +46,7 @@ Link al repository dei contenuti extra: <a href='https://github.com/haisenteck/F
<li>Weather - Weather - TX8300</li>
<li>Weather - Wendox W6726</li>
<li>SUBGHZ - X10</li>
<li>SUBGHZ - POCSAG</li>
<li>TPMS - Schrader GG4</li>
</ul></li>
</ul>
Expand Down
Binary file modified dist/f7-D/f7-update-local/firmware.dfu
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/f7-D/f7-update-local/update.fuf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Info: local
Target: 7
Loader: updater.bin
# little-endian hex!
Loader CRC: D1 B5 F5 5D
Loader CRC: DB C8 4B 20
Firmware: firmware.dfu
Radio: radio.bin
Radio address: 00 50 0D 08
Expand Down
Binary file modified dist/f7-D/f7-update-local/updater.bin
Binary file not shown.
Binary file modified dist/f7-D/flipper-z-f7-firmware-local.elf
Binary file not shown.
Binary file modified dist/f7-D/flipper-z-f7-full-local.bin
Binary file not shown.
Binary file modified dist/f7-D/flipper-z-f7-full-local.dfu
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/f7-D/flipper-z-f7-full-local.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"firmware_build_date": "21-09-2023",
"firmware_commit": "1f79af03",
"firmware_commit": "46b72ecb",
"firmware_branch": "dev",
"firmware_target": 7,
"firmware_version": "unknown"
Expand Down
Binary file modified dist/f7-D/flipper-z-f7-sdk-local.zip
Binary file not shown.
Binary file modified dist/f7-D/flipper-z-f7-update-local.tgz
Binary file not shown.
Binary file modified dist/f7-D/flipper-z-f7-updater-local.bin
Binary file not shown.
Binary file modified dist/f7-D/flipper-z-f7-updater-local.dfu
Binary file not shown.
Binary file modified dist/f7-D/flipper-z-f7-updater-local.elf
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/f7-D/flipper-z-f7-updater-local.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"firmware_build_date": "21-09-2023",
"firmware_commit": "1f79af03",
"firmware_commit": "46b72ecb",
"firmware_branch": "dev",
"firmware_target": 7,
"firmware_version": "unknown"
Expand Down
2 changes: 2 additions & 0 deletions lib/subghz/blocks/generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ struct SubGhzBlockGeneric {
float temp;
float pressure;
float temperature;
FuriString* result_ric;
FuriString* result_msg;
};


Expand Down
Loading

0 comments on commit 7dc6cba

Please sign in to comment.