I am trying to program arduino pro mini (3.3v version) via hc-05 bluetooth module. I was getting "avrdude: stk500_getsync(): not in sync: resp=0x00 arduino" error. There are plenty of questions/answers for this error which if I am not mistaken is caused by the lack of connection between the programmer and arduino board.
Since then I made some changes, both hardware and software and am getting serial messages printed on arduino serial console meaning there is a connection and the error has changed to something that has barely a few mentions searching on google.
avrdude: stk500_getsync(): not in sync: resp=0x4c
What is this error exactly? Is there a list of possible errors thrown by avrdude anywhere?