We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4861aba commit d9fc3ccCopy full SHA for d9fc3cc
1 file changed
Source/Processors/Serial/ofSerial.cpp
@@ -226,7 +226,7 @@ void ofSerial::buildDeviceList()
226
for (int i = 0; i < nPorts; i++)
227
{
228
//NOTE: we give the short port name for both as that is what the user should pass and the short name is more friendly
229
- devices.push_back (ofSerialDeviceInfo (string (portNamesShort[i]), string (portNamesShort[i]), i));
+ devices.push_back (ofSerialDeviceInfo (string (portNamesShort[i]), string (portNamesFriendly[i]), i));
230
}
231
//---------------------------------------------
232
#endif
0 commit comments