Skip to content

Commit 35afcd6

Browse files
committed
re-enable selfupdate
1 parent 02fb7cb commit 35afcd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func kickCheck(chkicker chan bool) {
4646
func main() {
4747

4848
//自動アップデート
49-
// go confirmAndSelfUpdate()
49+
go confirmAndSelfUpdate()
5050
//GPIOの初期化
5151
if err := rpio.Open(); err != nil {
5252
fmt.Println(err)

0 commit comments

Comments
 (0)