File tree 5 files changed +56
-51
lines changed
applications/lfrfid/scenes
5 files changed +56
-51
lines changed Original file line number Diff line number Diff line change 1
1
### New changes
2
- * Fix picopass plugin (revert OFW PR 1701)
3
- * Updated universal remote assets (by @Amec0e )
4
- ### Changes from previous release
5
- * Add SubGhz Bruteforce plugin (by @Ganapati & @xMasterX ) (PR #57 ) - saving functionality and many fixes by @xMasterX
6
- * Fix GUI and add new icon in LF-RFID App (icon by @Svaarich )
7
- * GUI Changes to LFRFID Fuzzer
8
- * New Battery info (from @theeogflip ) (PR #60 )
9
- * NRFSniff: Adds unique count display (by @Graf3x ) (PR #56 )
10
- * Updated universal remote assets (by @Amec0e )
11
- * OFW: RFID app port to plain C
12
- * OFW: SubGhz: fix decoder keeloq
13
- * OFW PR: Picopass: detect and show SE / SIO - OFW PR 1701 (by pcunning)
14
- * OFW PR: Fix MFClassic 4k reading - OFW PR 1712 (by Astrrra)
15
- * OFW: SubGhz: handle missing key in cryptostore. Lib: lower default display contrast.
16
- * OFW: Furi: wait for timer wind down in destructor
2
+ * Fix universal tv remote
3
+ * Fit extra element on lfrfid screen
4
+ * Updated universal remote assets (by @Amec0e & projectors by @Alejandro12120 )
17
5
18
6
** Note: To avoid issues prefer installing using web updater or by self update package, all needed assets will be installed**
19
7
Original file line number Diff line number Diff line change @@ -24,14 +24,13 @@ void lfrfid_scene_read_success_on_enter(void* context) {
24
24
uint8_t * data = (uint8_t * )malloc (size );
25
25
protocol_dict_get_data (app -> dict , app -> protocol_id , data , size );
26
26
for (uint8_t i = 0 ; i < size ; i ++ ) {
27
- if (i != 0 ) {
28
- string_cat_printf (tmp_string , ":" );
29
- }
30
-
31
- if (i >= 8 ) {
32
- string_cat_printf (tmp_string , "..." );
27
+ if (i >= 9 ) {
28
+ string_cat_printf (tmp_string , ".." );
33
29
break ;
34
30
} else {
31
+ if (i != 0 ) {
32
+ string_cat_printf (tmp_string , ":" );
33
+ }
35
34
string_cat_printf (tmp_string , "%02X" , data [i ]);
36
35
}
37
36
}
Original file line number Diff line number Diff line change 1
1
V:0
2
- T:1662677298
2
+ T:1662721925
3
3
D:badusb
4
4
D:dolphin
5
5
D:infrared
@@ -245,8 +245,8 @@ D:infrared/assets
245
245
F:5e55f221320c8f0bbeafd5df59673e75:139785:infrared/assets/ac.ir
246
246
F:1720722745039a27440e62ea08db7f3a:60611:infrared/assets/audio.ir
247
247
F:faa49194e6ba4e5bc1ae5b2f90909d29:87512:infrared/assets/fans.ir
248
- F:9fea10aa40ce414753b45449acd8a2d0:6910 :infrared/assets/projectors.ir
249
- F:a377e1f74292ce3ccde7aebe5b41e81b:140936 :infrared/assets/tv.ir
248
+ F:4193827d68bbdbbda9347d423752b70f:7164 :infrared/assets/projectors.ir
249
+ F:88f9487786acceab7f207a4d2baabd14:140985 :infrared/assets/tv.ir
250
250
F:a157a80f5a668700403d870c23b9567d:470:music_player/Marble_Machine.fmf
251
251
D:nfc/assets
252
252
F:81dc04c7b181f94b644079a71476dff4:4742:nfc/assets/aid.nfc
Original file line number Diff line number Diff line change 1
1
Filetype: IR library file
2
2
Version: 1
3
- # Last Updated 7th Sep, 2022
3
+ # Last Updated 8th Sep, 2022
4
4
#
5
5
# ON
6
6
name: POWER
@@ -332,10 +332,28 @@ type: parsed
332
332
protocol: NEC
333
333
address: 32 00 00 00
334
334
command: 14 00 00 00
335
- #
335
+ # OFF
336
336
name: POWER
337
337
type: parsed
338
338
protocol: NECext
339
339
address: 83 F4 00 00
340
340
command: 4E B1 00 00
341
341
#
342
+ name: POWER
343
+ type: parsed
344
+ protocol: NEC
345
+ address: 03 00 00 00
346
+ command: 1D 00 00 00
347
+ #
348
+ name: VOL+
349
+ type: parsed
350
+ protocol: NEC
351
+ address: 03 00 00 00
352
+ command: 11 00 00 00
353
+ #
354
+ name: VOL-
355
+ type: parsed
356
+ protocol: NEC
357
+ address: 03 00 00 00
358
+ command: 15 00 00 00
359
+ #
Original file line number Diff line number Diff line change 1
1
Filetype: IR library file
2
2
Version: 1
3
- # Last Updated 7th Sep , 2022
3
+ # Last Updated 9th Sept , 2022
4
4
#
5
5
# ON
6
6
name: POWER
@@ -17,7 +17,7 @@ command: E9 16 00 00
17
17
# ON
18
18
name: POWER
19
19
type: parsed
20
- protocol: RCA
20
+ protocol: RC5
21
21
address: 0F 00 00 00
22
22
command: 3A 00 00 00
23
23
# ON
@@ -2777,37 +2777,37 @@ data: 182 7824 176 2328 181 2323 176 2328 181 2324 175 1312 183 1323 182 2322 17
2777
2777
#
2778
2778
name: POWER
2779
2779
type: parsed
2780
- protocol: RCA
2780
+ protocol: RC5
2781
2781
address: 0F 00 00 00
2782
2782
command: 2A 00 00 00
2783
2783
#
2784
2784
name: CH-
2785
2785
type: parsed
2786
- protocol: RCA
2786
+ protocol: RC5
2787
2787
address: 0F 00 00 00
2788
2788
command: 2C 00 00 00
2789
2789
#
2790
2790
name: CH+
2791
2791
type: parsed
2792
- protocol: RCA
2792
+ protocol: RC5
2793
2793
address: 0F 00 00 00
2794
2794
command: 2D 00 00 00
2795
2795
#
2796
2796
name: VOL-
2797
2797
type: parsed
2798
- protocol: RCA
2798
+ protocol: RC5
2799
2799
address: 0F 00 00 00
2800
2800
command: 2E 00 00 00
2801
2801
#
2802
2802
name: VOL+
2803
2803
type: parsed
2804
- protocol: RCA
2804
+ protocol: RC5
2805
2805
address: 0F 00 00 00
2806
2806
command: 2F 00 00 00
2807
2807
#
2808
2808
name: MUTE
2809
2809
type: parsed
2810
- protocol: RCA
2810
+ protocol: RC5
2811
2811
address: 0F 00 00 00
2812
2812
command: 3F 00 00 00
2813
2813
#
@@ -3170,97 +3170,97 @@ type: raw
3170
3170
frequency: 38000
3171
3171
duty_cycle: 0.330000
3172
3172
data: 4006 3981 523 1973 520 1977 516 1981 522 1974 519 1011 497 1006 491 1979 524 1005 493 1978 515 1982 521 1009 488 1015 493 1010 498 1006 491 1012 496 1007 490 1980 523 1973 520 1010 498 1973 520 983 515 1016 492 1978 514 1983 520 8468 4007 3982 522 1973 520 1977 516 1981 522 1975 518 986 522 1008 490 1982 521 982 516 1982 521 1976 517 986 522 982 516 988 520 984 524 979 519 985 523 1975 518 1979 514 989 519 1978 515 988 520 984 524 1973 520 1977 516
3173
- #
3173
+ # OFF
3174
3174
name: POWER
3175
3175
type: parsed
3176
3176
protocol: NEC
3177
3177
address: 01 00 00 00
3178
3178
command: 59 00 00 00
3179
- #
3179
+ # OFF
3180
3180
name: POWER
3181
3181
type: parsed
3182
3182
protocol: NEC
3183
3183
address: 08 00 00 00
3184
3184
command: D5 00 00 00
3185
- #
3185
+ # OFF
3186
3186
name: POWER
3187
3187
type: parsed
3188
3188
protocol: RC5
3189
3189
address: 01 00 00 00
3190
3190
command: 2A 00 00 00
3191
- #
3191
+ # OFF
3192
3192
name: POWER
3193
3193
type: parsed
3194
3194
protocol: NECext
3195
3195
address: 00 7F 00 00
3196
3196
command: 0C F3 00 00
3197
- #
3197
+ # OFF
3198
3198
name: POWER
3199
3199
type: parsed
3200
3200
protocol: NECext
3201
3201
address: 86 05 00 00
3202
3202
command: 13 EC 00 00
3203
- #
3203
+ # OFF
3204
3204
name: POWER
3205
3205
type: parsed
3206
3206
protocol: NECext
3207
3207
address: 02 7D 00 00
3208
3208
command: 11 EE 00 00
3209
- #
3209
+ # OFF
3210
3210
name: POWER
3211
3211
type: parsed
3212
3212
protocol: NECext
3213
3213
address: 84 E0 00 00
3214
3214
command: 22 DD 00 00
3215
- #
3215
+ # OFF
3216
3216
name: POWER
3217
3217
type: parsed
3218
3218
protocol: NEC
3219
3219
address: 20 00 00 00
3220
3220
command: 4E 00 00 00
3221
- #
3221
+ # OFF
3222
3222
name: POWER
3223
3223
type: parsed
3224
3224
protocol: NEC
3225
3225
address: 04 00 00 00
3226
3226
command: 0E 00 00 00
3227
- #
3227
+ # OFF
3228
3228
name: POWER
3229
3229
type: parsed
3230
3230
protocol: NEC
3231
3231
address: 04 00 00 00
3232
3232
command: 1B 00 00 00
3233
- #
3233
+ # OFF
3234
3234
name: POWER
3235
3235
type: parsed
3236
3236
protocol: NEC
3237
3237
address: 01 00 00 00
3238
3238
command: 5E 00 00 00
3239
- #
3239
+ # OFF
3240
3240
name: POWER
3241
3241
type: parsed
3242
3242
protocol: NECext
3243
3243
address: EA C7 00 00
3244
3244
command: 62 9D 00 00
3245
- #
3245
+ # OFF
3246
3246
name: POWER
3247
3247
type: parsed
3248
- protocol: RCA
3248
+ protocol: RC5
3249
3249
address: 0F 00 00 00
3250
3250
command: 3B 00 00 00
3251
- #
3251
+ # OFF
3252
3252
name: POWER
3253
3253
type: parsed
3254
3254
protocol: Samsung32
3255
3255
address: 07 00 00 00
3256
3256
command: 03 00 00 00
3257
- #
3257
+ # OFF
3258
3258
name: POWER
3259
3259
type: parsed
3260
3260
protocol: SIRC
3261
3261
address: 01 00 00 00
3262
3262
command: 36 00 00 00
3263
- #
3263
+ # OFF
3264
3264
name: POWER
3265
3265
type: parsed
3266
3266
protocol: Samsung32
You can’t perform that action at this time.
0 commit comments