PiSupply / PaPiRus

Resources for PaPiRus ePaper eInk displays
https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/
Other
345 stars 88 forks source link

Fixed a typo on the "Rebooting the PI using the wake-on-alarm function of the MCP7940N' instructions #184

Closed johnobrien closed 6 years ago

johnobrien commented 6 years ago

Original text to add to /etc/rc.local omitted the "python" portion of the command. This has been corrected.

Also added a .gitignore to allow for editing the repo in Pycharm more easily.

tvoverbeek commented 6 years ago

You do not need the 'python' if you make bootinfo executable (chmod +x <path to>bootinfo). However adding python makes it more robust. Merged.