From ae5c64af04404ac587460fd6976a36c0a12dc695 Mon Sep 17 00:00:00 2001 From: openhp <60161126+openhp@users.noreply.github.com> Date: Sun, 28 Mar 2021 17:45:29 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9f8ca7..b57b618 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,10 @@ - order electronic components, see BOM (Bill Of Materials) appendix below, - solder electronic components. {- assembly instructions here-} + + ## Firmware upload -This process is same as for other Arduinos: +This process is the same as for other Arduinos: - connect USB-> UART converter, - start Arduino IDE, - open the firmware {-link here-} file, @@ -48,7 +50,7 @@ This process is same as for other Arduinos: For arduinos with an old bootloader you need to update it. (Tools-> Burn Bootloader).
For successful compilation, you must have "SoftwareSerial", "OneWire" and "DallasTemperature" libraries installed (see Tools -> Manage Libraries).
-As a first try it's enough to upload firmware without any tunings. Think of it as of commercial closed-source controller, where you cannot fine-tune internal options. And any other manual configuration is not required too, just upload firmware.

+For the first time it's enough to upload firmware without any tuning. Think of it as of a commercial closed-source controller, where you cannot fine-tune internal options. And any other manual configuration do not required too, just upload firmware.

## Self-tests QA tests are available to test the assembled board.