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

Commit 73596be

Browse files
committed
risolto acluni errori e tolto dall'uso protocollo Baldr Rain fino a risoluzione problematica
1 parent e32e486 commit 73596be

18 files changed

Lines changed: 10 additions & 11 deletions

ReadMe.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
</a>
22
<h3>Haisenteck - Flipper zero firmware Mod</h3><br>
3-
link al file di installazione stabile: <a href='https://github.com/haisenteck/Haisenteck-Flipper-MOD/releases/tag/V1.0.9' target='_blank'>Versione STABILE</a><br>
3+
link al file di installazione stabile: <a href='https://github.com/haisenteck/Haisenteck-Flipper-MOD/releases/tag/V1.0.10' target='_blank'>Versione STABILE</a><br>
44
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>
55
Link al repository dei contenuti extra: <a href='https://github.com/haisenteck/Flipper_MicroSD' target='_blank'>Contenuti Extra per Micro SD</a><br>
66
<br>
@@ -28,6 +28,7 @@ Link al repository dei contenuti extra: <a href='https://github.com/haisenteck/F
2828
<li>SubGhz: Aggiunto TPMS ai preset di utilizzo</li>
2929
<li>SubGhz: predisposizione per ulteriori wheather station e comandi dedicati. </li>
3030
<li>SubGhz Rolling Flaws - app aggiunta grazie a https://github.com/jamisonderek/flipper-zero-tutorials </li>
31+
<li>Subghz Shapshup - app aggiunta e corretto alcune parti di codice</li>
3132
<li>SubGhz - Protocolli Aggiunti:<ul>
3233
<li>Weather - Acurite 592</li>
3334
<li>Weather - Acurite 606TX</li>
@@ -46,7 +47,7 @@ Link al repository dei contenuti extra: <a href='https://github.com/haisenteck/F
4647
<li>Weather - ThermoPRO-TX4</li>
4748
<li>Weather - Weather - TX8300</li>
4849
<li>Weather - Wendox W6726</li>
49-
<li>Weather - Baldr Rain (supporto protocolo per Nexus) ------ Work in progress ------</li>
50+
<li>Weather - Baldr Rain (supporto protocolo per Nexus) ------ attualmente rimosso per problemi (falsi riconoscimenti) ------</li>
5051
<li>SUBGHZ - X10</li>
5152
<li>SUBGHZ - POCSAG</li>
5253
<li>TPMS - Schrader GG4</li>
@@ -161,6 +162,7 @@ Link al repository dei contenuti extra: <a href='https://github.com/haisenteck/F
161162
<li>Secret Toggle</li>
162163
<li>[GPIO] Sentry Safe</li>
163164
<li>Servo Tester 2</li>
165+
<li>Shapshup</li>
164166
<li>Signal Generator</li>
165167
<li>Simon Says</li>
166168
<li>Snake Game</li>
@@ -196,6 +198,7 @@ Link al repository dei contenuti extra: <a href='https://github.com/haisenteck/F
196198
<li>[GPIO] Wire Tester</li>
197199
<li>Zombiez</li>
198200

201+
199202
</ul>
200203
<br>
201204
<br>

applications/main/infrared/infrared.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,6 @@ static Infrared* infrared_alloc() {
175175
view_dispatcher_add_view(
176176
view_dispatcher, InfraredViewMove, infrared_move_view_get_view(infrared->move_view));
177177

178-
infrared->move_view = infrared_move_view_alloc();
179-
view_dispatcher_add_view(
180-
view_dispatcher, InfraredViewMove, infrared_move_view_get_view(infrared->move_view));
181-
182178
if(app_state->is_debug_enabled) {
183179
infrared->debug_view = infrared_debug_view_alloc();
184180
view_dispatcher_add_view(
-796 Bytes
Binary file not shown.
0 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: E5 AF 1E 22
7+
Loader CRC: 31 DA 0A 14
88
Firmware: firmware.dfu
99
Radio: radio.bin
1010
Radio address: 00 50 0D 08
0 Bytes
Binary file not shown.
-13.2 KB
Binary file not shown.
-796 Bytes
Binary file not shown.
-796 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"firmware_build_date": "26-09-2023",
3-
"firmware_commit": "37a88f86",
3+
"firmware_commit": "e32e4869",
44
"firmware_branch": "dev",
55
"firmware_target": 7,
66
"firmware_version": "unknown"

0 commit comments

Comments
 (0)