Close

Got feedback on git!

A project log for DIY Raspberry Pi MP3-player

A simple project to sharpen my python on and get a grip of all the headaches that come up when developing wearable electronics.

daemon-informaticaDaemon informatica 03/27/2014 at 10:440 Comments

Wow! unexpected: People actually think my code is impressive enough to comment on! ^_^ Somebody that send feedback about the fact that the library is pretty well written but the default volume (60%) is too low for their taste. While I can't judge their setup from here, he raised an interesting point: The current default volume is hardcoded in the library. So today I took a moment to fix that: Moved the default volume to the settings file.

Discussions