We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e09a3 commit 9b18487Copy full SHA for 9b18487
libraries/BLEHomekit/src/HAPService.cpp
@@ -59,7 +59,7 @@ err_t HAPService::_addSvcID(void)
59
VERIFY_STATUS( chr.begin() );
60
61
_svc_id = BLEHomekit::_gInstanceID++;
62
- chr.write( _svc_id );
+ chr.write16( _svc_id );
63
64
return ERROR_NONE;
65
}
0 commit comments