Merge remote-tracking branch 'OFW/dev' into dev

This commit is contained in:
MX
2024-04-09 20:33:52 +03:00
17 changed files with 423 additions and 20 deletions

View File

@@ -448,6 +448,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_E07_AMP_GPIO, 0);