We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50a9dc commit 7f8c194Copy full SHA for 7f8c194
RFCs/0002-pluggable-discovery.md
@@ -475,8 +475,8 @@ will be available on the recipe as the variables:
475
{upload.port.vid} = 0x2341
476
{upload.port.serialNumber} = EBEABFD6514D32364E202020FF10181E
477
{upload.port.name} = ttyACM0
478
-{serial.port} = ttyACM0 # for backward compatibility
479
-{serial.port.file} = /dev/ttyACM0 # only because protocol=serial
+{serial.port} = /dev/ttyACM0 # for backward compatibility
+{serial.port.file} = ttyACM0 # only because protocol=serial
480
```
481
482
Here another example:
0 commit comments