DhrBaksteen / ArduinoOPL2

Arduino library for use with the OPL2 board (YM3812) and OPL3Duo (YMF262)
MIT License
195 stars 39 forks source link

Fix file permissions of connecting_opl3duo #67

Closed isnotinvain closed 3 years ago

isnotinvain commented 3 years ago

Hello!

I'm just getting started with an opl3 duo + raspberry pi and after running sudo ./build I ran into the build script not being able to read the connecting_opl3duo file. This PR gives that file the same permissions as connection and I confirmed that the build script completes now + prints the connecting info / ascii art.

DhrBaksteen commented 3 years ago

Thank you! I indeed forgot to do this