Skip to content

Commit

Permalink
Merge pull request #392 from Telecominfraproject/WIFI-14292-fix-json-…
Browse files Browse the repository at this point in the history
…parse-error

WIFI-14292: fix: json parsing error
  • Loading branch information
GopiRaga7 authored Nov 17, 2024
2 parents 25b4288 + e4d141b commit f5b60ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RESTAPI/RESTAPI_device_commandHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,6 @@ namespace OpenWifi {
CompressedParams.set(uCentralProtocol::COMPRESS_64, CompressedBase64Data);
CompressedParams.set(uCentralProtocol::COMPRESS_SZ, UncompressedDataLen);
ConfigParams = CompressedParams;
Cmd.Details.append(" (compressed: " + CompressedBase64Data + ")");
}
}
}
Expand Down

0 comments on commit f5b60ce

Please sign in to comment.