Merge remote-tracking branch 'ul/dev' into mntm-dev

This commit is contained in:
Willy-JL
2025-04-23 03:48:13 +01:00
34 changed files with 778 additions and 62 deletions

View File

@@ -183,14 +183,14 @@ SubGhzTx furi_hal_subghz_check_tx(uint32_t value);
bool furi_hal_subghz_is_tx_allowed(uint32_t value);
/** Get the current rolling protocols counter ++/-- value
* @return int8_t current value
* @return int32_t current value
*/
int8_t furi_hal_subghz_get_rolling_counter_mult(void);
int32_t furi_hal_subghz_get_rolling_counter_mult(void);
/** Set the current rolling protocols counter ++/-- value
* @param mult int8_t = -1, -10, -100, 0, 1, 10, 100
* @param mult int32_t = -1, -10, -50, 0, 1, 10, 50
*/
void furi_hal_subghz_set_rolling_counter_mult(int8_t mult);
void furi_hal_subghz_set_rolling_counter_mult(int32_t mult);
/** Set frequency
*