linux: fix characteristic value

I left in a debugging value. Oops. Let's fix that quickly.
This commit is contained in:
Ayke van Laethem 2024-01-06 15:20:33 +01:00 committed by Ron Evans
parent c5ab6a9b65
commit cd3c0c4835

View file

@ -114,7 +114,7 @@ func (a *Adapter) AddService(s *Service) error {
"UUID": {Value: char.UUID.String()}, "UUID": {Value: char.UUID.String()},
"Service": {Value: path}, "Service": {Value: path},
"Flags": {Value: flags}, "Flags": {Value: flags},
"Value": {Value: []byte("foobar"), Writable: true, Emit: prop.EmitTrue}, "Value": {Value: char.Value, Writable: true, Emit: prop.EmitTrue},
}, },
} }
objects[charPath] = propsSpec objects[charPath] = propsSpec