Skip to content

Commit

Permalink
Add default port defines
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Jun 18, 2024
1 parent ff0b02f commit d398456
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions configs/WARPF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,13 @@
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
#define PINIO1_BOX 40
#define PINIO2_BOX 41

#define SERIALRX_UART SERIAL_PORT_USART1
#define ESC_SENSOR_UART SERIAL_PORT_USART2
#ifdef USE_OSD_SD
#define VTX_SMARTAUDIO_UART SERIAL_PORT_USART3
#endif
#ifdef USE_OSD_HD
#define MSP_DISPLAYPORT_UART SERIAL_PORT_USART3
#endif
#define GPS_UART SERIAL_PORT_UART4

0 comments on commit d398456

Please sign in to comment.