mirror of
https://github.com/puzzle/lightning-beer-tap.git
synced 2025-12-19 08:04:24 +01:00
Append call to test_gpio function
This commit is contained in:
@@ -113,6 +113,7 @@ if __name__ == "__main__":
|
|||||||
# choose product
|
# choose product
|
||||||
if args.test:
|
if args.test:
|
||||||
print("Test mode enabled")
|
print("Test mode enabled")
|
||||||
|
gpio_test()
|
||||||
elif args.product == "large":
|
elif args.product == "large":
|
||||||
print("Choice: Large beer")
|
print("Choice: Large beer")
|
||||||
draw_beer("large", t_large_beer)
|
draw_beer("large", t_large_beer)
|
||||||
|
|||||||
Reference in New Issue
Block a user