forked from Elara6331/itd
Add GUI frontend
This commit is contained in:
@@ -8,6 +8,8 @@ const (
|
||||
ReqTypeBtAddress
|
||||
ReqTypeNotify
|
||||
ReqTypeSetTime
|
||||
ReqTypeWatchHeartRate
|
||||
ReqTypeWatchBattLevel
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -35,3 +37,8 @@ type ReqDataNotify struct {
|
||||
Title string
|
||||
Body string
|
||||
}
|
||||
|
||||
type DFUProgress struct {
|
||||
Received int64 `mapstructure:"recvd"`
|
||||
Total int64 `mapstructure:"total"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user