Search found 1 match
- Sun Jan 12, 2020 10:37 am
- Forum: Report Bugs
- Topic: analogSetAttenuation(ADC_11db); bricked my ESP32-WRover-B
- Replies: 1
- Views: 9659
analogSetAttenuation(ADC_11db); bricked my ESP32-WRover-B
Was trying to fix an issue with read analogue getting ghost values even with pulldown resistors, so made a quick sketch. Tried adding analogSetAttenuation to the test sketch to fix it, now the moduel is dead, ntoeven being seen on the com port. const int C1 = 25, C2 = 33, C3 = 32; int read1,read2,re...