Commit ff142796 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5279 from DonLakeFlyer/500000Baud

Add 500000 baud to all builds
parents 9e61edd5 98525bf7
......@@ -527,8 +527,8 @@ void SerialConfiguration::_initBaudRates()
kSupportedBaudRates << "256000";
#endif
kSupportedBaudRates << "460800";
#if defined(Q_OS_LINUX)
kSupportedBaudRates << "500000";
#if defined(Q_OS_LINUX)
kSupportedBaudRates << "576000";
#endif
kSupportedBaudRates << "921600";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment