Update README.md

This commit is contained in:
Saveliy Savenak 2024-06-14 12:58:50 +03:00 committed by GitHub
parent ea610fa837
commit 1bfcbcb7d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,3 +19,25 @@ SVET(свит/свет) это библиотека для упрощения с
<p align="center"> <p align="center">
<img src="https://github.com/Lisoveliy/SVET/blob/master/docs/MainArchitecture.drawio.svg?raw=true" alt="Main Architecture") <img src="https://github.com/Lisoveliy/SVET/blob/master/docs/MainArchitecture.drawio.svg?raw=true" alt="Main Architecture")
</p> </p>
## 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 <Arduino.h> (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.
<hr>
#### RU
SVET пишется и тестируется на ESP8266(NodeMCU v3 (ESP-12E)) в окружении Platform IO и с использованием фреймворка Arduino(Подробнее о фреймворке Arduino под ESP - https://github.com/esp8266/Arduino). Это означает что полная работоспособность возможна при соблюдении следующих требований:
- Разработка под PlatformIO IDE
- Использование <Arduino.h> (https://github.com/esp8266/Arduino)
- ESP8266 (Желательно ESP-12E)
Проблемы связанные с данным стеком будут рассматриваться приоритетнее чем при использовании других микроконтроллеров, программаторов, прошивальщиков, IDE, SDK и прочее.