Hello,
i am trying to update my Ender 3 pro printers firmware and im having an issue with arduino, specifically it gives me an "Invalid library found" error. Details below
Sketch uses 122302 bytes (94%) of program storage space. Maximum is 130048 bytes.
Global variables use 4621 bytes (28%) of dynamic memory, leaving 11763 bytes for local variables. Maximum is 16384 bytes.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x65
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x63
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x68
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x6f
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x3a
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x54
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x46
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x69
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x6e
An error occurred while uploading the sketch
Invalid library found in C:\Users\Beowu\Documents\Arduino\libraries\arduino_850979: no headers files (.h) found in C:\Users\Beowu\Documents\Arduino\libraries\arduino_850979
Invalid library found in C:\Users\Beowu\Documents\Arduino\libraries\arduino_868080: no headers files (.h) found in C:\Users\Beowu\Documents\Arduino\libraries\arduino_868080
Invalid library found in C:\Users\Beowu\Documents\Arduino\libraries\arduino_850979: no headers files (.h) found in C:\Users\Beowu\Documents\Arduino\libraries\arduino_850979
Invalid library found in C:\Users\Beowu\Documents\Arduino\libraries\arduino_868080: no headers files (.h) found in C:\Users\Beowu\Documents\Arduino\libraries\arduino_868080
when i check those 2 folders they are empty
are they supposed to be empty? i tried to search for this issue but it seems there can be various degrees of issues that come with the libraries folder, mostly from wrong folder/file locations
for reference, i have followed these instructions: Ender 3 vanilla Marlin update: Concise guide - YouTube
dont know if this helps or not, but i figured maybe for context it might be helpful.
if you need any more info please ask and i'll do my best to answer
can you please help?