VGottselig / ESP32-RGB-Matrix-Display

Apache License 2.0
64 stars 13 forks source link

Compile Problems #3

Closed CaitsSB closed 6 years ago

CaitsSB commented 6 years ago

What the line "#include "D:\OneDrive\Projekte\Hardware\Arduino\wifisettings\wifisettings.h"" is supposed to be? Also having "/esp32/esp32-hal-gpio.h: No such file or directory" if the "wifisettings.h" is commented. Can you explain how to fix?

VGottselig commented 6 years ago

i have removed from code. #include ...wifisettings.h "/esp32/esp32-hal-gpio.h: No such file or directory" : See https://github.com/espressif/arduino-esp32#installation-instructions

CaitsSB commented 6 years ago

i have removed from code. #include ...wifisettings.h "/esp32/esp32-hal-gpio.h: No such file or directory" : See https://github.com/espressif/arduino-esp32#installation-instructions < Thanks, for some reason the installation was working fine but I did it again and worked with the code.