Skip to content

Fix serial communication interface list (cosmetics)

Nuno Ribeiro requested to merge list_serial_windows_fix into master

Let's avoid checks that might not work due to OS version specifics.

Bug: The windows system OS string was outputting "Windows 10" while we were only checking for "Windows". Fix: We don't care for the OS anymore. Now we just display it for development information.

Merge request reports