fixxed typo

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-12 10:30:51 +02:00
parent 78036962d0
commit 719f7bf6b9
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def relay_controller(pin: int, status: str):
#ultrasonic
def get_water_level():
GPIO.setmode(GPIO.BMC)
GPIO.setmode(GPIO.BCM)
GPIO.setwarnings(False)
GPIO_TRIGGER = 18
GPIO_ECHO = 24