[BUG:Core:Check_GPIOindex_Used] Used GPIO is still available when already used #41
Labels
No labels
bug
documentation
duplicate
enhancement
help wanted
invalid
question
v0.1.x
v0.2.x
v0.3.x
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
DeltaLima/CanGrow#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When on ESP32 adding a sensor ADC int and selecting a GPIO, the selected pin is then still available, when creating another ADC int.
Adding another ADC int sensor, with the same GPIO, then it gets correctly flagged as unavailable in the GPIO List.
I guess the error is somewhere in Check_GPIOindex_Used() or the Sensor Add Page.
[BUG:ESP32:Core:Check_GPIOindex_Used] Used GPIO is still available when already usedto [BUG:Core:Check_GPIOindex_Used] Used GPIO is still available when already usedhappens on esp8266 as well.