Skip to content

Instantly share code, notes, and snippets.

@shiehnpin
Last active October 31, 2019 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shiehnpin/ba28e460fc0468759c523603e23d9e2e to your computer and use it in GitHub Desktop.
Save shiehnpin/ba28e460fc0468759c523603e23d9e2e to your computer and use it in GitHub Desktop.
當 長按10sec觸發後
設置retain register//GRET2
soft reset
取消retain register 並且 Disable Power按鈕
搜尋是否有Emoji, 如果有
//以下流程已經有只要稍微改下
request 刪除 Emoji(A)
(wait)
callback 刪除 Emoji(A)成功 //非同步
request 更新 Timestamp
(wait)
callback 更新 Timestamp //非同步
reqeust FDS 垃圾回收
(wait)
callback 垃圾回收 //非同步
//以上流程已經有只要稍微改下
搜尋是否有Emoji, 如果有則重複上一步驟,
搜尋是否有Emoji, 如果無則
Enable Power按鈕
繼續開機流程
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment