From 364935466a26f64d084a68f74bb9785a2af8600a Mon Sep 17 00:00:00 2001 From: Nikolay Vasilchuk Date: Thu, 6 Jun 2019 17:21:32 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f77d085..e6b69ac 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ Thanks to [Metori](https://github.com/Metori) for [original progect](https://git ![Scheme](https://raw.githubusercontent.com/Anonym-tsk/smart-domofon/master/scheme.jpeg) *Thanks to Oleg Yu* +## Configuration and build +1. Fill in WiFi and MQTT credentials in [software.h](https://github.com/Anonym-tsk/smart-domofon/blob/master/src/config/software.h) +2. Fill in `upload_port` in [platformio.ini](https://github.com/Anonym-tsk/smart-domofon/blob/master/platformio.ini) +3. Use [PlatformIO](https://platformio.org/platformio-ide) to build and upload firmware + ## Status MQTT messages (domofon/status): * 'R' - ready; sent after successfull boot-up or after receiving of 'P' message * 'L' - last will message; send when device goes offline