This commit is contained in:
Willy-JL
2024-04-09 21:58:48 +01:00
14 changed files with 430 additions and 9 deletions

View File

@@ -465,6 +465,7 @@ void subghz_device_cc1101_ext_rx(void) {
// Go GDO2 (!TX/RX) to high (RX state)
cc1101_write_reg(
subghz_device_cc1101_ext->spi_bus_handle, CC1101_IOCFG2, CC1101IocfgHW | CC1101_IOCFG_INV);
furi_hal_spi_release(subghz_device_cc1101_ext->spi_bus_handle);
if(subghz_device_cc1101_ext->power_amp) {
furi_hal_gpio_write(SUBGHZ_DEVICE_CC1101_EXT_E07M20S_AMP_GPIO, 0);