// Test for potentiometer trouble due to an old bug in Firefox.
// Details: https://github.com/wokwi/wokwi-features/issues/1043
// 18 September 2025: fixed.
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}