You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add a setting to control the defaul UART baudrate the OSD boots with? 115200 as a default makes it a bit problematic to use with devices that do not reliably support such baudrate (e.g. when using software serial) as even though you can change the baudrate with a OSD_CMD_SET_DATA_RATE the change command itself must be issued with the default 115200 baudrate.
That would of course require some kind of baudrate autodetect or selection possibility in the FrSkyOSDApp and SDK.
The text was updated successfully, but these errors were encountered:
Would it be possible to add a setting to control the defaul UART baudrate the OSD boots with? 115200 as a default makes it a bit problematic to use with devices that do not reliably support such baudrate (e.g. when using software serial) as even though you can change the baudrate with a OSD_CMD_SET_DATA_RATE the change command itself must be issued with the default 115200 baudrate.
That would of course require some kind of baudrate autodetect or selection possibility in the FrSkyOSDApp and SDK.
The text was updated successfully, but these errors were encountered: