-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
проблема с кодом (problem with code) #1
Comments
via https://translate.google.com
You'll need to uncomment quite a few lines to get the IR remote working, starting with:
There's probably more, but you should be able to track them down. |
Does it work as-is, without IR? |
Да, работает. Также была проблема с синхронизацией времени и существует проблема с зависанием при долгой работе модуля D1 mini |
включил все данные функции и при компиляции вышла переменная ошибка |
Do you have the IRremoteESP8266 library installed? There are more instructions for getting everything working on the project this one is based on here: |
да, библиотека установлена с данного проекта, но к сожалению всё равно возникает данная ошибка |
Please enable verbose compiler output and post the full output here. |
|
Please enable verbose compiler output. File->Preferences->Show verbose output during:. Tick box for compilation. |
|
выдает то что выше скинул |
Can you verify you're using this library: https://github.com/sebastienwarin/IRremoteESP8266 and not this one: https://github.com/markszabo/IRremoteESP8266 |
перепроверил библиотеку, использую первую, ещё раз скачал её и установил, но всё равно ошибка компиляции |
При компиляции кода, при включении функции #include "Commands.h", возникает ошибка во вкладке Commands.h "decode_results results;"
Как можно устранить данную проблему?
The text was updated successfully, but these errors were encountered: