[FL-1146] GD0 self-test

This commit is contained in:
あく
2021-05-08 22:24:05 +03:00
committed by GitHub
parent 2844743370
commit a975fb6dc5
7 changed files with 102 additions and 31 deletions

View File

@@ -134,7 +134,7 @@ void subghz_test_packet_enter(void* context) {
api_hal_subghz_reset();
api_hal_subghz_load_preset(ApiHalSubGhzPreset2FskPacket);
hal_gpio_init(&cc1101_g0_gpio, GpioModeInput, GpioPullNo, GpioSpeedLow);
hal_gpio_init(&gpio_cc1101_g0, GpioModeInput, GpioPullNo, GpioSpeedLow);
with_view_model(
subghz_test_packet->view, (SubghzTestPacketModel * model) {