From ffeb839c65bff6702a3fa9dcdf0959ea07760022 Mon Sep 17 00:00:00 2001 From: ASDosjani <62965528+ASDosjani@users.noreply.github.com> Date: Sun, 26 Nov 2023 23:29:57 +0100 Subject: [PATCH] fix true pit (#242) --- configs/AOCODARCH7DUAL/config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/AOCODARCH7DUAL/config.h b/configs/AOCODARCH7DUAL/config.h index ea824d18..18f3102e 100644 --- a/configs/AOCODARCH7DUAL/config.h +++ b/configs/AOCODARCH7DUAL/config.h @@ -134,8 +134,9 @@ #define DEFAULT_CURRENT_METER_SCALE 500 #define BEEPER_INVERTED #define MAX7456_SPI_INSTANCE SPI2 -#define PINIO1_BOX 40 -#define PINIO2_BOX 41 +#define PINIO1_CONFIG 129 +#define PINIO1_BOX 39 +#define PINIO2_BOX 40 #define FLASH_SPI_INSTANCE SPI3 #define USE_SPI_GYRO #define GYRO_1_SPI_INSTANCE SPI1