diff --git a/README.md b/README.md index c0bec4eafb8579eddca5c3758b522ba0c34c9128..3591c5e0d6ef56a729a8b17801516945ba7fbb5a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ If all goes well, your board will now be detected as a serial port and you can s To upload a sketch, simply use the `upload` command or the arrow icon. Make sure the bootloader size is not set to `NO_BOOTLOADER`, otherwise the bootloader won't be used. -<img src=img/upload.png width=50%><img src=img/upload_alt.png width=50%> +<img src=img/upload.png width=50%> ### 1.3 Upload with programmer (optional) @@ -71,6 +71,6 @@ To enable this behavior, simply select `NO_BOOTLOADER` in bootloader size: ### 2.1 Upload -To upload without a bootloader, connect a programmer and either pick `Upload` or `Upload Using Programmer`: +To upload without a bootloader, connect a programmer and either pick `Upload` or the arrow button. `Upload Using Programmer` has the same effect. -<img src=img/upload.png width=50%><img src=img/upload_programmer.png width=50%><br> +<img src=img/upload.png width=50%> diff --git a/img/programmers.jpg b/img/programmers.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62981ca4e2697329c8a4ea1850a13968511fbaea Binary files /dev/null and b/img/programmers.jpg differ