From 4e703af6a8b65009f12cb31686d917b552afa2f2 Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Tue, 31 Aug 2021 10:42:20 +0200 Subject: [PATCH] [skip changelog] Fix platform specification docs --- docs/platform-specification.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/platform-specification.md b/docs/platform-specification.md index 80120f37d35..35c71d0ae2d 100644 --- a/docs/platform-specification.md +++ b/docs/platform-specification.md @@ -857,11 +857,11 @@ tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} -p{ If necessary the same property can be defined multiple times for different protocols: ``` -leonardo.upload.serial.maximum_size=28672 -leonardo.upload.network.maximum_size=256 +leonardo.upload.serial.speed=57600 +leonardo.upload.network.speed=19200 ``` -The two above properties will be available as **{upload.serial.maximum_size}** and **{upload.network.maximum_size}**. +The two above properties will be available as **{upload.serial.speed}** and **{upload.network.speed}**. #### Properties from pluggable discovery