Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
david-vankampen opened this issue Aug 18, 2022 · 1 comment
Closed

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

david-vankampen opened this issue Aug 18, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@david-vankampen
Copy link

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
@askuric askuric added bug Something isn't working and removed possible bug labels Aug 19, 2022
@askuric
Copy link
Member

askuric commented Aug 19, 2022

Thanks david,
This has been fixed in the dev and will enter into the next release soon.

@askuric askuric closed this as completed Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants