mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
avrdude: Fix error handling in arduino, fix various outputs
This commit is contained in:
parent
635bb1e484
commit
725b8524f2
3 changed files with 6 additions and 6 deletions
|
@ -148,6 +148,7 @@ static int arduino_open(PROGRAMMER * pgm, char * port)
|
|||
// Initialization sequence for programming the external FLASH on the Prusa MK3
|
||||
if (prusa_init_external_flash(pgm) < 0) {
|
||||
avrdude_message(MSG_INFO, "%s: arduino_open(): Failed to initialize MK3 external flash programming mode\n", progname);
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (stk500_getsync(pgm) < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue