diff --git a/index.html b/index.html index 0fc11c2f7ba1fd6924e78a9a63e64c68e3adfda8..c82841c9e47939eea2e13153b288878b5c8a39e1 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@ man make That should give you an interactive stream that you can go over (down/up arrows) and search through (`/` character, followed by search query). -<img src="images/man_make.png" width="600"> +<img src="images/man_make.png" width="800"> To exit that manual, just press `q` (quit). @@ -229,7 +229,7 @@ How did we know the device label was `t44`? Well, the manual tells you that you can just query for the available names / devices with `avrdude -p ?`, which gives you a long list. -<img src="images/avrdude_p.png" width="600"> +<img src="images/avrdude_p.png" height="400"> You can do the same to find the list of available programmers (and you'll find `usbtiny`).