#!/bin/sh

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

init_led