mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-07 09:54:28 +03:00
Serial port fix, get description for serial ports on OSX.
This commit is contained in:
@@ -11,7 +11,7 @@ struct SerialPortInfo {
|
||||
std::string port;
|
||||
std::string hardware_id;
|
||||
std::string friendly_name;
|
||||
bool is_printer;
|
||||
bool is_printer = false;
|
||||
};
|
||||
|
||||
inline bool operator==(const SerialPortInfo &sp1, const SerialPortInfo &sp2)
|
||||
|
||||
Reference in New Issue
Block a user