mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Serial port fix, get description for serial ports on OSX.
This commit is contained in:
parent
33f21422e6
commit
d4e939fd04
2 changed files with 68 additions and 18 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue