-
Notifications
You must be signed in to change notification settings - Fork 7
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
Compiling error "expected unqualified-id before string constant" #3
Comments
I moved this function up: Then it seemed to compile, but I ran into problems with the ESPAsyncWiFiManager.cpp -- it wasn't compiling until I commented out I need to go back to the ESPAsyncWifiManager and try to fix that. Did you build a pixel frame? |
I'm trying ;)
|
Do you have a 3 to 5 V converter in place? In the code it is 2, but for ESP8266 it is ignored, see: This is because of the way they use the DMA to make it fast and not use much processor. |
Yes I am using a 74AHCT125 shifter for the data line. Tested pliskel and file editor again but they've got the same ESP crash with stacktrace on serial debug. |
We are getting closer! Did you upload the files to the spiffs storage? Not sure why they are mirrored. I think there are some settings in the led code to switch the order. Or you might need to rewire the pixels. |
Yes I uploaded the data folder to the spiffs without an error and the web ui is available too; also pliskel web ui and the GIFs within the data folder are directly accessible - until I save in pliskel or try to access the spiffs editor. The LED grid is manufacturer premade, so no chance of rewiring. I tried some manual reading from a bmp to LED matrix and the orientation was correct ... maybe something within neopixelbus and modes - I will have a look into that. |
Please post a link to the LED grid. Thanks! |
This should work now. you might need to update. |
I am not able to compile the project on a freshly installed Arduino 1.8.6 with all referenced libs.
Environment:
Error:
The text was updated successfully, but these errors were encountered: