#!/bin/sh

init_led(){
    echo "init led state"
    ed-gpio set USER_LED_GED 0
    sleep 0.3
    ed-gpio set USER_LED_RED 0
}

init_led