mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_typo_get-started' into 'master'
docs: fix typo in get-started chapter See merge request espressif/esp-idf!19762
This commit is contained in:
commit
239ca6a02c
@ -83,7 +83,7 @@ For boards with an installed USB-to-UART bridge, the connection between the pers
|
|||||||
shape = line;
|
shape = line;
|
||||||
style = dotted;
|
style = dotted;
|
||||||
color = "#FF0000";
|
color = "#FF0000";
|
||||||
label = "Developmment Board\n\n\n";
|
label = "Development Board\n\n\n";
|
||||||
BRIDGE; CHIP;
|
BRIDGE; CHIP;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -121,7 +121,7 @@ Sometimes the USB-to-UART bridge is external. This is often used in small develo
|
|||||||
shape = line;
|
shape = line;
|
||||||
style = dotted;
|
style = dotted;
|
||||||
color = "#FF0000";
|
color = "#FF0000";
|
||||||
label = "Programmmer Board\n\n\n";
|
label = "Programmer Board\n\n\n";
|
||||||
BRIDGE
|
BRIDGE
|
||||||
}
|
}
|
||||||
group {
|
group {
|
||||||
|
Loading…
Reference in New Issue
Block a user