WIP Workaround for flashing PrusaLink MK3 on OSX

This commit is contained in:
Vojtech Bubnik 2022-03-24 11:23:50 +01:00
parent 94b98e349b
commit 0f4a93bd37

View File

@ -1523,6 +1523,10 @@ main_exit:
*/
if (is_open) {
#if defined(__APPLE__)
//FIXME hack to make PrusaLink aware MK3 firmware to work on OSX.
sleep(1);
#endif // __APPLE__
pgm->powerdown(pgm);
pgm->disable(pgm);