External module 5v power issues fixes

This commit is contained in:
MX
2023-03-08 01:09:17 +03:00
parent cad2f2a065
commit ab91dc1882
7 changed files with 54 additions and 54 deletions

View File

@@ -303,8 +303,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
*/