diff --git a/micropython/examples/pico_enviro/enviro_all.py b/micropython/examples/pico_enviro/enviro_all.py index b8b48140..fc27cb4d 100644 --- a/micropython/examples/pico_enviro/enviro_all.py +++ b/micropython/examples/pico_enviro/enviro_all.py @@ -189,7 +189,7 @@ temperature, pressure, humidity, gas, status, _, _ = bme.read() time.sleep(0.5) while True: - # turn off the backlight with A and turn it back on with B + # turn on the backlight with A and turn it back off with B # switch between sensor and equaliser mode with X and Y if button_a.is_pressed: display.set_backlight(BRIGHTNESS)