From 3affa90e4b900454bf7c90aeed7548f5e3e888ec Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Thu, 14 Sep 2023 11:07:29 +0200 Subject: [PATCH 1/2] Fix: weight of Arduino Nano is specified at 7 gr both on product page and the starts of the corresponding docs page. Only the tech specs are listing a value of 5 gr. This PR is rectifying this. --- content/hardware/03.nano/boards/nano/tech-specs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/03.nano/boards/nano/tech-specs.yml b/content/hardware/03.nano/boards/nano/tech-specs.yml index 83fc0e3101..cf195fb8e3 100644 --- a/content/hardware/03.nano/boards/nano/tech-specs.yml +++ b/content/hardware/03.nano/boards/nano/tech-specs.yml @@ -21,6 +21,6 @@ Clock speed: Memory: ATmega328P: 2KB SRAM, 32KB flash 1KB EEPROM Dimensions: - Weight: 5gr + Weight: 7 gr Width: 18 mm Length: 45 mm From 6433af5d745fc7deea8f9d546132ba04cae1ca9e Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Thu, 14 Sep 2023 11:21:36 +0200 Subject: [PATCH 2/2] Following suggestion by @sebromero change "gr" to "g" for better readability. --- content/hardware/03.nano/boards/nano/tech-specs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/03.nano/boards/nano/tech-specs.yml b/content/hardware/03.nano/boards/nano/tech-specs.yml index cf195fb8e3..aa101ea81b 100644 --- a/content/hardware/03.nano/boards/nano/tech-specs.yml +++ b/content/hardware/03.nano/boards/nano/tech-specs.yml @@ -21,6 +21,6 @@ Clock speed: Memory: ATmega328P: 2KB SRAM, 32KB flash 1KB EEPROM Dimensions: - Weight: 7 gr + Weight: 7 g Width: 18 mm Length: 45 mm