Disable the memory card indicator on the ACT led

This commit is contained in:
Petros Angelatos 2013-07-21 17:09:40 +01:00
parent b8099372dd
commit 81dc5233da

View File

@ -28,6 +28,8 @@ tasks = [
else
console.log("Device isn't a virgin")
callback()
(callback) ->
fs.writeFile('/sys/class/leds/led0/trigger', 'none', callback)
(callback) ->
hakiApp = new Application(state.get('gitUrl'), '/home/haki/hakiapp', 'haki')