Skip to content

Commit

Permalink
Fixes ADC for RSSI and Aspd swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
b14ckyy authored Mar 22, 2024
1 parent b692dbd commit 12f6ee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/target/SPEEDYBEEF405WING/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
#define ADC_CHANNEL_4_PIN PC4
#define VBAT_ADC_CHANNEL ADC_CHN_1
#define CURRENT_METER_ADC_CHANNEL ADC_CHN_2
#define RSSI_ADC_CHANNEL ADC_CHN_4
#define AIRSPEED_ADC_CHANNEL ADC_CHN_3
#define RSSI_ADC_CHANNEL ADC_CHN_3
#define AIRSPEED_ADC_CHANNEL ADC_CHN_4

// *************** LED2812 ************************
#define USE_LED_STRIP
Expand All @@ -172,4 +172,4 @@

#define USE_PINIO
#define USE_PINIOBOX
#define PINIO1_PIN PC13
#define PINIO1_PIN PC13

0 comments on commit 12f6ee7

Please sign in to comment.