From b7fb14cff2c1ab7d2610ea9e9e3f755aefaa0a94 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 30 Oct 2019 19:16:58 +0100 Subject: [PATCH] Fix typos and other minor changes --- README.md | 46 ++++++++++++++++++++-------------------------- 1 file changed, 20 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 26a1715..9b97a93 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # myStrom WiFi Button -This repository contains opensource version of the firmware for myStrom WiFi Buttons. Both Plus and Simple buttons are supported. +This repository contains the Open source version of the firmware for myStrom WiFi Buttons. Both, the Wifi Button + and the Wifi Buttons are supported. -### How to build the FW from source code +### How to build the FW from source code? - Install vagrant @@ -13,63 +13,57 @@ This repository contains opensource version of the firmware for myStrom WiFi But cd ``` -- Build project +- Build the project ```bash vagrant up vagrant ssh -c '/vagrant/build.sh ' ``` - where simple is build for button light and plus is build for button plus + where `simple` is build for the WiFi Button and `plus` is build for the Wifi Button +. -After successfully build binary files can be found in `image` path +After a successful build, the binary files can be found in the `image` folder - `-FLASH-FW-$VERSION.bin` is a full flash image - `-FW-$VERSION-develop.bin` is a development build - print many logs on console - `-FW-$VERSION-release.bin` is a release version without printing logs on console -Once the binary FW is available it can be flashed into the device in one of these 2 ways: +Once the binary firmware is available it can be flashed into the device in one of these 2 ways: 1. OTA firmware upgrade function available in the myStrom Button standard firmware 2. By connecting UART to the programming port of the myStrom Button +### How to flash the firmware into the device using OTA upgrade? - -#### How to flash the firmware into the device using OTA upgrade - -To upgrade firmware currently flash in button you can use curl lie follow +To upgrade the firmware currently in the flash of the button, you can use `curl`, like shown below: ```bash curl -F file=@-FW-$VERSION-release.bin http://