From dd21c063c052dd2f23239d3f35a13aa1dd688497 Mon Sep 17 00:00:00 2001 From: Sasa Karanovic Date: Tue, 19 May 2026 00:00:49 -0400 Subject: [PATCH] Fixing READNE typos. --- Firmware/README.md | 4 ++-- Hardware/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Firmware/README.md b/Firmware/README.md index 0c80f5d..6fcd142 100644 --- a/Firmware/README.md +++ b/Firmware/README.md @@ -1,7 +1,7 @@ # How to build firmware For our firmware development, we are going to use Arduino. Mainly because it's user friendly, easy to use and -most hobbyists are familiar with it or have already used it. While we could build te same or even more efficient +most hobbyists are familiar with it or have already used it. While we could build the same or even more efficient firmware using C and ESP-IDF, we are going to stick with Arduino and hope that this allows the project to be more friendly and easier to use/modify by wider DIY/hacker community. @@ -25,7 +25,7 @@ Arduino IDE and manually searching and downloading all the board/library files. ### 1. Install PlatformIO Installing PlatformIO CLI is pretty straight-forward and also well documented for Windows, Linux and MacOS. You will need to follow few steps and get PlatformIO CLI installed, detailed tutorial can be found at https://platformio.org/install/cli -Make sure to install [PlatformIO Core](https://docs.platformio.org/en/latest//core/installation.html#installation-methods 'https://docs.platformio.org/en/latest//core/installation.html#installation-methods') and allso that it is available trough [shell](https://docs.platformio.org/en/latest//core/installation.html#piocore-install-shell-commands 'PlatformIO Core - Install Shell Commands¶'). +Make sure to install [PlatformIO Core](https://docs.platformio.org/en/latest//core/installation.html#installation-methods 'https://docs.platformio.org/en/latest//core/installation.html#installation-methods') and also that it is available trough [shell](https://docs.platformio.org/en/latest//core/installation.html#piocore-install-shell-commands 'PlatformIO Core - Install Shell Commands¶'). ### 2. Build firmware Open shell/command-prompt and navigate to 'Firmware/platformio' folder. diff --git a/Hardware/README.md b/Hardware/README.md index 210dfdb..1c6cf22 100644 --- a/Hardware/README.md +++ b/Hardware/README.md @@ -11,7 +11,7 @@ When replacing capacitors, make sure you choose the same voltage rating! ### How can I order the PCB -I have prepared Gerber files that are verified and ready to go. You can take `Release\2023-04-29_14-32_DryBox_R1\2023-04-29_14-32_DryBox_R1_Gerber.zip` and upload it to your favorite PCB manufactuer like PCBWay, SeeedStudio, JLCPCB etc. +I have prepared Gerber files that are verified and ready to go. You can take `Release\2023-04-29_14-32_DryBox_R1\2023-04-29_14-32_DryBox_R1_Gerber.zip` and upload it to your favorite PCB manufacturer like PCBWay, SeeedStudio, JLCPCB etc. There are no critical PCB specs, so you can select whichever one you prefer. For your reference, the specifications for the PCBs that I have ordered are listed below.