update emulator

This commit is contained in:
2026-02-19 11:43:40 +01:00
parent 27517bd2ea
commit 5e448a14e2
7 changed files with 109 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ func SetupService(adapter *bluetooth.Adapter, state *device.DeviceState, logger
// Non-blocking write in goroutine to avoid blocking the BLE stack
go func() {
_, err := notifyChar.Write([]byte(response + "\n"))
_, err := notifyChar.Write([]byte(response + "\r\n"))
if err != nil {
logger.Err("Failed to send response: %v", err)
}