mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 18:44:27 +02:00
Docs: Sort upload protocols for board
This commit is contained in:
2
docs
2
docs
Submodule docs updated: a48c700ba1...e40ed51555
@@ -690,7 +690,7 @@ Uploading
|
|||||||
---------
|
---------
|
||||||
%s supports the next uploading protocols:
|
%s supports the next uploading protocols:
|
||||||
""" % board['name'])
|
""" % board['name'])
|
||||||
for protocol in upload_protocols:
|
for protocol in sorted(upload_protocols):
|
||||||
lines.append("* ``%s``" % protocol)
|
lines.append("* ``%s``" % protocol)
|
||||||
lines.append("""
|
lines.append("""
|
||||||
Default protocol is ``%s``""" % variables['upload_protocol'])
|
Default protocol is ``%s``""" % variables['upload_protocol'])
|
||||||
|
Reference in New Issue
Block a user