The old bootloader upload details are:
protocol=stk500
maximum_size=63488
upload.speed=38400
the newer bootloader has
protocol=arduino
maximum_size=64512
upload.speed=115200
So you need to change all these then restart arduino ide as it doesn't notice config file changes without a restart.
protocol=stk500
maximum_size=63488
upload.speed=38400
the newer bootloader has
protocol=arduino
maximum_size=64512
upload.speed=115200
So you need to change all these then restart arduino ide as it doesn't notice config file changes without a restart.