Tapia Favio

Results 4 comments of Tapia Favio

Thanks for the answer and for your very good explanation

Similar error ``` [ 53%] Building CXX object CMakeFiles/srv2003key.dir/src/server.cpp.o /WindowsXPKg/src/server.cpp: In function ‘bool verifyServerKey(EC_GROUP*, EC_POINT*, EC_POINT*, char*)’: /WindowsXPKg/src/server.cpp:39:14: error: cannot convert ‘DWORD*’ {aka ‘unsigned int*’} to ‘BYTE*’ {aka ‘unsigned char*’}...

**libcrypto** problems ``` > make  ✔ [ 21%] Built target fmt [ 28%] Building CXX object CMakeFiles/BINK1998.dir/src/BINK1998.cpp.o [ 35%] Linking CXX static library libBINK1998.a [ 35%] Built target BINK1998...

setEncoderValue calls the reset() function, inside **_AiEsp32RotaryEncoder.cpp_** ``` void AiEsp32RotaryEncoder::setEncoderValue(long newValue) { reset(newValue); } ``` and inside the reset() function there is a "correction" parameter that sets the offset to...