diff --git a/.gitignore b/.gitignore index d13c3db..f2b155c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ admin.json cards/ history.json *.pyc -tags \ No newline at end of file +tags +client_secret.json + diff --git a/pin_config.json b/pin_config.json index c2c981c..037d8df 100644 --- a/pin_config.json +++ b/pin_config.json @@ -1,9 +1,9 @@ { "mode" : "BCM", - "fridge_btn" : 14, - "tools_btn" : 15, - "fridge_red_LED" : 23, - "fridge_grn_LED" : 18, - "tools_red_LED" : 22, - "tools_grn_LED" : 17 + "fridge_btn" : 15, + "tools_btn" : 14, + "fridge_red_LED" : 22, + "fridge_grn_LED" : 17, + "tools_red_LED" : 23, + "tools_grn_LED" : 18 }