Mein MINIM OSD zeigt nur "NO MAV DATA" an. Muss ein Protocoll in der Config.h auch einstelllen ?
// This OSD works on the Serial1 port
#define OSD_PROTOCOL OSD_PROTOCOL_FRSKY
/*
OSD_PROTOCOL_NONE
OSD_PROTOCOL_SYBERIAN
OSD_PROTOCOL_REMZIBI // Read more at: http://www.rcgroups.com/forums/showthread.php?t=921467
OSD_PROTOCOL_FRSKY // FrSky Telemetry protocol
*/
// For BlackVortex, just set PIRATES_SENSOR_BOARD as PIRATES_BLACKVORTEX, GPS will be selected automatically
#define GPS_PROTOCOL GPS_PROTOCOL_UBLOX
/*
GPS_PROTOCOL_NONE without GPS
GPS_PROTOCOL_NMEA
GPS_PROTOCOL_SIRF
GPS_PROTOCOL_UBLOX
GPS_PROTOCOL_MTK19
GPS_PROTOCOL_BLACKVORTEX
GPS_PROTOCOL_AUTO auto select GPS, may not work
*/
#define SERIAL0_BAUD 115200 // Console port
#define SERIAL2_BAUD 57600 // GPS port
#define SERIAL3_BAUD 57600 // Telemetry (MAVLINK) port
// This OSD works on the Serial1 port
#define OSD_PROTOCOL OSD_PROTOCOL_FRSKY
/*
OSD_PROTOCOL_NONE
OSD_PROTOCOL_SYBERIAN
OSD_PROTOCOL_REMZIBI // Read more at: http://www.rcgroups.com/forums/showthread.php?t=921467
OSD_PROTOCOL_FRSKY // FrSky Telemetry protocol
*/
// For BlackVortex, just set PIRATES_SENSOR_BOARD as PIRATES_BLACKVORTEX, GPS will be selected automatically
#define GPS_PROTOCOL GPS_PROTOCOL_UBLOX
/*
GPS_PROTOCOL_NONE without GPS
GPS_PROTOCOL_NMEA
GPS_PROTOCOL_SIRF
GPS_PROTOCOL_UBLOX
GPS_PROTOCOL_MTK19
GPS_PROTOCOL_BLACKVORTEX
GPS_PROTOCOL_AUTO auto select GPS, may not work
*/
#define SERIAL0_BAUD 115200 // Console port
#define SERIAL2_BAUD 57600 // GPS port
#define SERIAL3_BAUD 57600 // Telemetry (MAVLINK) port