-
Notifications
You must be signed in to change notification settings - Fork 21
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
sendDMX() declared but not defined #26
Comments
I have tested with: (It compiled fine.)
Do you have more details for me? |
Hi @rstephan, That's interesting. This is my setup:
After figuring out that my controller also allows Unicast, I switched to ArtnetWifi. So I sidestepped this issue. But it would be nice to have this fixed non the less. The board I have is an ESP32-C3 Super Mini.
Ah, yes, I use this PlatformIO fork: https://github.com/pioarduino/platform-espressif32 I have little to no experience in C++, but the definition of sendDMX() needs to be somewhere right? If it is missing in your codebase too, then maybe your compiler is more lenient or do you have an implementation of that member function that I could not find on my machine? |
Hi @danielkleinert, long story short, I have removed the For testing, I have used the "original" PlatformIO python package. And it also worked with your settings with the Risc-V controller. |
I get the following compilation error:
Declared:
ArtnetnodeWifi/src/ArtnetnodeWifi.h
Line 151 in 33bb66b
Used:
ArtnetnodeWifi/src/ArtnetnodeWifi.cpp
Line 313 in 33bb66b
I am compiling in PlatformIO. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: