diff --git a/README.md b/README.md index 4505b91..e021234 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,25 @@ SVET(свит/свет) это библиотека для упрощения с

Main Architecture + +## Requirements and Limitations/Требования и ограничения + +#### EN +SVET is being written and tested on ESP8266(NodeMCU v3 (ESP-12E)) in the PlatformIO environment and using the Arduino framework (More about the Arduino framework for ESP - https://github.com/esp8266/Arduino). This means that full stability is possible if the following requirements are met: + +- Development on the PlatformIO IDE +- Using (https://github.com/esp8266/Arduino) +- ESP8266 (Preferably ESP-12E) + +Problems related to this stack will be considered more priority than when using other microcontrollers, programmers, firmware, IDE, SDK, etc. +


+ +#### RU +SVET пишется и тестируется на ESP8266(NodeMCU v3 (ESP-12E)) в окружении Platform IO и с использованием фреймворка Arduino(Подробнее о фреймворке Arduino под ESP - https://github.com/esp8266/Arduino). Это означает что полная работоспособность возможна при соблюдении следующих требований: + +- Разработка под PlatformIO IDE +- Использование (https://github.com/esp8266/Arduino) +- ESP8266 (Желательно ESP-12E) + +Проблемы связанные с данным стеком будут рассматриваться приоритетнее чем при использовании других микроконтроллеров, программаторов, прошивальщиков, IDE, SDK и прочее. +