From d25c6953d01077954389d74053862b1ae85ef0de Mon Sep 17 00:00:00 2001 From: Angus Logan Date: Fri, 23 Jun 2023 20:22:18 +0100 Subject: [PATCH] Correct comment for backlight button functionality --- micropython/examples/pico_enviro/enviro_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)