This commit is contained in:
Willy-JL
2023-03-08 22:16:39 +00:00
86 changed files with 1236 additions and 866 deletions

View File

@@ -317,8 +317,9 @@ SubGhzRadioType furi_hal_subghz_get_radio_type(void);
bool furi_hal_subghz_check_radio(void);
/** Turn on the power of the external radio module
* @return true if power-up is successful
*/
void furi_hal_subghz_enable_ext_power(void);
bool furi_hal_subghz_enable_ext_power(void);
/** Turn off the power of the external radio module
*/