Skip to content

Commit

Permalink
Second update after review.
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Apr 26, 2024
1 parent 6604efb commit 184c39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp/services/ws_fs/ws_fsService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ bool CFileSprayEx::onGetDFUWorkunits(IEspContext &context, IEspGetDFUWorkunits &
resultWU->setJobName(wu->getJobName(jobname).str());
DFUcmd command = wu->getCommand();
resultWU->setCommand(command);
if ( version >=1.03 )
if (version >= 1.03)
{
StringBuffer cmdStr;
encodeDFUcommand(command, cmdStr);
Expand Down

0 comments on commit 184c39e

Please sign in to comment.