mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 05:06:30 +04:00
upd changelog
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
## Main changes
|
## Main changes
|
||||||
- Current API: 86.0
|
- Current API: 86.0
|
||||||
* iButton: TM01x Dallas write support (PR #899 | by @Leptopt1los)
|
* iButton: TM01x Dallas write support (PR #899 | by @Leptopt1los)
|
||||||
|
* SubGHz: Rename and extend Alarms ignore option (add Hollarm & GangQi)
|
||||||
|
* SubGHz: V2 Phoenix show counter value
|
||||||
* SubGHz: Add keeloq ironlogic (aka il100) smart clone cloners support (thanks to Vitaly for RAWs)
|
* SubGHz: Add keeloq ironlogic (aka il100) smart clone cloners support (thanks to Vitaly for RAWs)
|
||||||
* SubGHz: Fix CAME 24bit decoder
|
* SubGHz: Fix CAME 24bit decoder
|
||||||
* SubGHz: Add 462.750 MHz to default subghz freqs list
|
* SubGHz: Add 462.750 MHz to default subghz freqs list
|
||||||
|
|||||||
@@ -319,7 +319,7 @@ void subghz_protocol_decoder_phoenix_v2_get_string(void* context, FuriString* ou
|
|||||||
furi_string_cat_printf(
|
furi_string_cat_printf(
|
||||||
output,
|
output,
|
||||||
"%s %dbit\r\n"
|
"%s %dbit\r\n"
|
||||||
"Key:%02lX%08lX\r\n"
|
"Key:%05lX%08lX\r\n"
|
||||||
"Sn:0x%07lX \r\n"
|
"Sn:0x%07lX \r\n"
|
||||||
"Btn:%X Cnt: 0x%04lX\r\n",
|
"Btn:%X Cnt: 0x%04lX\r\n",
|
||||||
instance->generic.protocol_name,
|
instance->generic.protocol_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user