-
Notifications
You must be signed in to change notification settings - Fork 6
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 code... #4
Comments
|
I pushed new updates to https://github.com/debsahu/E131_PixelPusher/tree/develop , could you check that out and use latest version of libraries. |
Hi thanks for the timely reply and for the new code ... xit status 1 test on esp32 wroom-32d |
Arduino: 1.8.12 (Windows Store 1.8.33.0) (Windows 10), Board: "NodeMCU-32S, 80MHz, 921600" C:\Users\serap\Documents\Arduino\E131_PixelPusher-develop\Arduino\E131_PixelPusher\E131_PixelPusher.ino: In function 'void initDMA()': E131_PixelPusher:248:47: error: no matching function for call to 'NeoEsp32RmtMethodBase<NeoEsp32RmtSpeedWs2812x, NeoEsp32RmtChannel6>::NeoEsp32RmtMethodBase(int, uint16_t&, int)'
In file included from C:\Users\serap\Documents\Arduino\libraries\NeoPixelBus-master\src/NeoPixelBus.h:95:0,
C:\Users\serap\Documents\Arduino\libraries\NeoPixelBus-master\src/internal/NeoEsp32RmtMethod.h:261:5: note: candidate: NeoEsp32RmtMethodBase<T_SPEED, T_CHANNEL>::NeoEsp32RmtMethodBase(uint8_t, uint16_t, size_t, size_t) [with T_SPEED = NeoEsp32RmtSpeedWs2812x; T_CHANNEL = NeoEsp32RmtChannel6; uint8_t = unsigned char; uint16_t = short unsigned int; size_t = unsigned int]
C:\Users\serap\Documents\Arduino\libraries\NeoPixelBus-master\src/internal/NeoEsp32RmtMethod.h:261:5: note: candidate expects 4 arguments, 3 provided C:\Users\serap\Documents\Arduino\libraries\NeoPixelBus-master\src/internal/NeoEsp32RmtMethod.h:258:54: note: candidate: constexpr NeoEsp32RmtMethodBase<NeoEsp32RmtSpeedWs2812x, NeoEsp32RmtChannel6>::NeoEsp32RmtMethodBase(const NeoEsp32RmtMethodBase<NeoEsp32RmtSpeedWs2812x, NeoEsp32RmtChannel6>&) template<typename T_SPEED, typename T_CHANNEL> class NeoEsp32RmtMethodBase
C:\Users\serap\Documents\Arduino\libraries\NeoPixelBus-master\src/internal/NeoEsp32RmtMethod.h:258:54: note: candidate expects 1 argument, 3 provided C:\Users\serap\Documents\Arduino\E131_PixelPusher-develop\Arduino\E131_PixelPusher\E131_PixelPusher.ino: In function 'void setup()': E131_PixelPusher:336:10: error: 'class WiFiClass' has no member named 'mode'
E131_PixelPusher:336:15: error: 'WIFI_STA' was not declared in this scope
E131_PixelPusher:337:10: error: 'class WiFiClass' has no member named 'setHostname'
C:\Users\serap\Documents\Arduino\E131_PixelPusher-develop\Arduino\E131_PixelPusher\E131_PixelPusher.ino: In function 'void loop()': E131_PixelPusher:507:21: error: 'NeoWs2813Method {aka class NeoEsp32RmtMethodBase<NeoEsp32RmtSpeedWs2812x, NeoEsp32RmtChannel6>}' has no member named 'getPixels'
E131_PixelPusher:507:46: error: 'NeoWs2813Method {aka class NeoEsp32RmtMethodBase<NeoEsp32RmtSpeedWs2812x, NeoEsp32RmtChannel6>}' has no member named 'getPixelsSize'
exit status 1 |
Hi Debashish i have this problem with your code can you help me?
The text was updated successfully, but these errors were encountered: