// function analogReadMilliVolts() crashes the ESP32-S2
void setup()
{
Serial.begin(115200);
}
void loop()
{
Serial.println(analogReadMilliVolts(9)); // same problem with other pins
delay(800);
}// function analogReadMilliVolts() crashes the ESP32-S2
void setup()
{
Serial.begin(115200);
}
void loop()
{
Serial.println(analogReadMilliVolts(9)); // same problem with other pins
delay(800);
}