- added RFID tag reading with the MFRC522 lib

This commit is contained in:
Bernhard Stampfer
2016-04-10 19:46:20 +02:00
parent cd38d16430
commit f55fa181ba
10 changed files with 83 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ class Settings:
##User Interaction
#Gui
self.hideGuiList = False #Show the consumers in the gui
self.disableRFID = False #Disable RFID Reading
self.enableRFID = False #Enable RFID Reading
self.allowHiding = False #Allow a user to hide from the gui consumer list
self.onlyOneDrink = False #Hide selection for amount in the gui
self.drinkLimit = 20 #Max amount of consumptions in the gui (default 20)
@@ -43,4 +43,4 @@ class Settings:
##Developer Settings
self.debug = False #Show debug output in console
settings = Settings()
settings = Settings()