You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
current_sense/hardware_specific/esp32/esp32_mcu.cpp
line 71 definesuint32_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
The text was updated successfully, but these errors were encountered: