Merge remote-tracking branch 'origin/main'
# Conflicts: # messages.go
This commit is contained in:
commit
b52c585528
|
@ -986,13 +986,12 @@ type BleDevice struct {
|
|||
}
|
||||
|
||||
type BleAdvertisementMessage struct {
|
||||
Header MessageHeader `json:"header,omitempty"`
|
||||
Devices BleDevice `json:"device,omitempty"`
|
||||
Header MessageHeader `json:"header,omitempty"`
|
||||
Device BleDevice `json:"device,omitempty"`
|
||||
}
|
||||
|
||||
// noinspection GoUnusedExportedFunction
|
||||
func CreateHeader(status int, location string) MessageHeader {
|
||||
|
||||
// Do we have a build version?
|
||||
//
|
||||
var build BuildVersion
|
||||
|
|
Loading…
Reference in New Issue