CuriousJames / DIYAC

Raspberry Pi Python code & PCB design project to control door access (access control) via a wiegand card and/or keypad reader, handles a doorbell too
6 stars 2 forks source link

Indentation of one particular log line #17

Closed CuriousJames closed 4 years ago

CuriousJames commented 4 years ago

When the doorbell GPIO goes high it's indented by one space, unlike all other logs: " 2020-06-12T17:35:02 - [DBUG] - GPIO Change - {'gpio': 5, 'name': 'doorbellButton', 'level': 1}"

CuriousJames commented 4 years ago

turns out it's indented if it turns high or low, and no other GPIO pin seems to have this oddity

CuriousJames commented 4 years ago

Not seen this happen lately, will re-open if it comes back