We use ```const uint8_t PAI_IDBits5to8 = 5;``` [Espressif](https://docs.espressif.com/projects/esp-idf/en/v4.4/esp32c3/api-reference/peripherals/adc.html) states: > ADC1: > 5 channels: GPIO0 - GPIO4 > ADC2: > 1 channels: GPIO5 And ADC2 is not allowed/possible with WiFi. We should change our Id pinout <img width="969" height="505" alt="Image" src="https://github.com/user-attachments/assets/f358d5e1-5d9e-476e-84e1-20049f4835ef" /> - [ ] Move PAI_IDBits5to8 to one of pins 0-4 - [ ] Also I believe this is ignored in analog reads, so we can remove this line ```pinMode(PAI_IDBits5to8, INPUT_PULLUP);```