commit | d3a9aad4427a12efb52f721f1f6e8e18ca867798 | [log] [tgz] |
---|---|---|
author | Hyeonki Hong <hhk7734@gmail.com> | Mon Feb 17 18:24:55 2020 +0900 |
committer | Hyeonki Hong <hhk7734@gmail.com> | Mon Feb 17 18:24:55 2020 +0900 |
tree | dbaa34e42f1f378c5b7a637626cae0167d2d1b65 | |
parent | c9cf4971b747050faa1e2a832b8ac90fde0f435d [diff] |
Fix issue where 'wiringPiISR' can't run without sudo If using gpio command without sudo after changing group of gpio* from 'root' to 'gpio', the command failed. So, deleted the part using the command. https://github.com/hhk7734/oduino/issues/7