doctormord / Responsive_LED_Control

Responsive Led Control based on McLightning & Grisworld-Led-Controller with FastLED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error Compiling for board WeMos D1 R2 & Mini

Rekcuf97 opened this issue · comments

i get this error when trying to upload into the WeMos board.
Any fix?

Arduino: 1.8.5 (Windows 10), Board: "WeMos D1 R2 & mini, 80 MHz, 921600, 4M (3M SPIFFS)"

C:\Users\MyITX\Desktop\PC lightings\Responsive_LED_Control-master\Responsive_Led_Control\Responsive_Led_Control.ino:39:69: fatal error: RemoteDebug.h: No such file or directory

#include "RemoteDebug.h" //https://github.com/JoaoLopesF/RemoteDebug

                                                                 ^

compilation terminated.

exit status 1
Error compiling for board WeMos D1 R2 & mini.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

You must add the required librarys to your Arduino IDE.

In this case you have to add the RemoteDebug library from https://github.com/JoaoLopesF/RemoteDebug

After this, you're probable to compile the sketch.