mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
Fixed build on Windows
This commit is contained in:
@@ -648,7 +648,7 @@ void FirmwareDialog::priv::perform_upload()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.on_message([q](const char *msg, unsigned /* size */) {
|
.on_message([extra_verbose, q](const char* msg, unsigned /* size */) {
|
||||||
if (extra_verbose) {
|
if (extra_verbose) {
|
||||||
BOOST_LOG_TRIVIAL(debug) << "avrdude: " << msg;
|
BOOST_LOG_TRIVIAL(debug) << "avrdude: " << msg;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user