Skip to content

Commit d96e349

Browse files
authored
Merge pull request #9745 from Aocoda-RC/aocodarc-f405-aio
Optimize the current meter scale and offset for AOCODARCF405AIO
2 parents 5ebaae4 + 8e32b44 commit d96e349

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/target/AOCODARCF405AIO/target.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@
142142
#define SERIALRX_UART SERIAL_PORT_USART2
143143
#define DEFAULT_RX_TYPE RX_TYPE_SERIAL
144144
#define SERIALRX_PROVIDER SERIALRX_CRSF
145-
#define CURRENT_METER_SCALE 500
145+
#define CURRENT_METER_SCALE 589
146+
#define CURRENT_METER_OFFSET -204
146147

147148
/*** Optical Flow & Lidar ***/
148149
#define USE_RANGEFINDER

0 commit comments

Comments
 (0)