Skip to content

Commit 4f402f9

Browse files
Merge remote-tracking branch 'Tasmota/development' into work
2 parents ed2bd28 + 66dc5c9 commit 4f402f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasmota/tasmota_xsns_sensor/xsns_62_esp32_mi.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ extern "C" {
885885

886886
bool MI32setBerryCtxChr(const char *Chr){
887887
if(MI32.conCtx != nullptr){
888-
MI32.conCtx->charUUID = NimBLEUUID(Chr);
888+
MI32.conCtx->charUUID = NimBLEUUID(Chr).to128();
889889
AddLog(LOG_LEVEL_DEBUG,PSTR("M32: CHR: %s"),MI32.conCtx->charUUID.toString().c_str());
890890
uint16_t _uuid = *reinterpret_cast<const uint16_t*>(MI32.conCtx->charUUID.getValue() + 12); //if not "notify op" -> present requested characteristic as return UUID
891891
MI32.conCtx->returnCharUUID = _uuid;

0 commit comments

Comments
 (0)