LEDstairs icon indicating copy to clipboard operation
LEDstairs copied to clipboard

Помогите адаптировать под esp8266

Open ogursoft opened this issue 3 years ago • 1 comments

При компиляции для esp8266 компилятор выдает ошибку: Compilation error: invalid conversion from 'int' to '<anonymous enum>' [-fpermissive] на строке: curEffect = ++effectCounter % EFFECTS_AMOUNT;

ogursoft avatar Nov 10 '22 12:11 ogursoft

curEffect = (int)(++effectCounter % EFFECTS_AMOUNT);

GyverLibs avatar Nov 10 '22 13:11 GyverLibs