GyverLibs/EncButton

Не компилируется с #define EB_NO_CALLBACK

Closed this issue · 1 comments

С версией 3.6.0 не компилируется, если объявить #define EB_NO_CALLBACK.
Имеем error: 'cb' was not declared in this scope и error: 'cbt' was not declared in this scope.

Ссылается на EncButton\src/core/VirtButton.h:411:17, скорее всего, нужно просто обернуть кусок кода в #ifndef EB_NO_CALLBACK / #endif

спасибо, поправил