Skip to content
Snippets Groups Projects
Commit e90cfd11 authored by Alexandre Kaspar's avatar Alexandre Kaspar
Browse files

Better sizes

parent fd82e9ee
Branches
No related tags found
No related merge requests found
Pipeline #4511 passed
......@@ -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`).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment