Subghz V2 Phoenix fully supported now

With big thanks to all contributors
 2022.08 - @Skorpionm
 2025.07 - @xMasterX & @RocketGod-git
This commit is contained in:
MX
2025-07-09 04:54:34 +03:00
parent 74f6ee1e7c
commit 8ef9a07608
7 changed files with 352 additions and 11 deletions

View File

@@ -123,6 +123,22 @@ bool subghz_protocol_came_atomo_create_data(
uint16_t cnt,
SubGhzRadioPreset* preset);
/**
* Key generation from simple data.
* @param context Pointer to a SubGhzProtocolEncoderPhoenix_V2 instance
* @param flipper_format Pointer to a FlipperFormat instance
* @param serial Serial number
* @param cnt Counter value, 16 bit
* @param preset Modulation, SubGhzRadioPreset
* @return true On success
*/
bool subghz_protocol_phoenix_v2_create_data(
void* context,
FlipperFormat* flipper_format,
uint32_t serial,
uint16_t cnt,
SubGhzRadioPreset* preset);
/**
* New remote generation.
* @param context Pointer to a SubGhzProtocolEncoderNiceFlorS instance