Skip to content

помилкb з EncButton та FastLED #20

@evDemidDp

Description

@evDemidDp

Станом на 01-12-2024.
FastLED - остання робоча версія 3.7.6. при 3.7.7. починаються помилки.

для EncButton

  1. змінилось визначення класу
    тому в основному скетчі GyverTwink_v1_2 строку 61 міняємо. на:
    // EncButton<EB_TICK, BTN_PIN> btn;
    Button btn(BTN_PIN);

  2. функція state() вже не використовується
    тому в startup.ino строка 32 міняємо:
    if (btn.pressing()) return true; // btn.state()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions