Update ampd code again

This commit is contained in:
Sil333033
2023-07-29 22:18:22 +02:00
parent b3a783acb4
commit 5103a45f0a
3 changed files with 14 additions and 11 deletions

View File

@@ -119,6 +119,7 @@ static void subghz_scene_reciever_config_set_ext_mod_power_amp_text(VariableItem
if(index == 1) {
furi_hal_gpio_init_simple(&gpio_ext_pc3, GpioModeOutputPushPull);
furi_hal_gpio_write(&gpio_ext_pc3, 0);
} else {
furi_hal_gpio_init_simple(&gpio_ext_pc3, GpioModeAnalog);
}