You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I receive the following error when I try to compile this:
In file included from /data/test3d1mini32/.piolibdeps/test3d1mini32/VescUart/src/VescUart.cpp:2:
/data/test3d1mini32/.piolibdeps/test3d1mini32/VescUart/src/VescUart.h:27:9: error: redeclaration of 'float VescUart::dataPackage::tempMotor'
float tempMotor;
^~~~~~~~~
/data/test3d1mini32/.piolibdeps/test3d1mini32/VescUart/src/VescUart.h:14:9: note: previous declaration 'float VescUart::dataPackage::tempMotor'
float tempMotor;
^~~~~~~~~
/data/test3d1mini32/.piolibdeps/test3d1mini32/VescUart/src/VescUart.cpp: In member function 'bool VescUart::processReadPacket(uint8_t*)':
/data/test3d1mini32/.piolibdeps/test3d1mini32/VescUart/src/VescUart.cpp:219:3: error: jump to case label [-fpermissive]
default:
^~~~~~~
/data/test3d1mini32/.piolibdeps/test3d1mini32/VescUart/src/VescUart.cpp:217:13: note: crosses initialization of 'uint32_t mask'
uint32_t mask = 0xFFFFFFFF;
^~~~
/data/test3d1mini32/.piolibdeps/test3d1mini32/VescUart/src/VescUart.cpp:223:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
*** [/data/test3d1mini32/.pioenvs/test3d1mini32/libd76/VescUart/VescUart.cpp.o] Error 1
How can I work around this?
What version of Arduino is it compatible with?
The text was updated successfully, but these errors were encountered:
I might have introduced a compile error in a previous pull request. I have updated the development branch, could you please give it a try?: VescUart/tree/development
I am trying to integrate this with esphome.
My config is as follows:
I receive the following error when I try to compile this:
How can I work around this?
What version of Arduino is it compatible with?
The text was updated successfully, but these errors were encountered: