flip x & y buttons

This commit is contained in:
John Pickup 2023-06-16 13:51:09 +01:00
parent 5121e8b370
commit 33c4295753

View File

@ -49,9 +49,9 @@ class OvenDisplay(threading.Thread):
#oven_state = self.oven.get_state()
#update_display(oven_state)
if (x_pressed):
self.stop_oven()
if (y_pressed):
self.start_oven()
if (y_pressed):
self.stop_oven()
if (a_pressed):
self.prev_profile()
if (b_pressed):