Skip to content

[BUG] ESP32 build error: unused variable - raw_adc #208

@david-vankampen

Description

@david-vankampen

current_sense/hardware_specific/esp32/esp32_mcu.cpp line 71 defines uint32_t raw_adc; local to the method but it is never referenced, resulting in a build failure for an undefined variable. Commenting that line allows the build to complete.

Describe the hardware setup
esp32 devkit v4

IDE you are using

  • Arduino IDE

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions