Skip to content

Commit

Permalink
[iec][fuji] set boot mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschak909 committed Jul 1, 2023
1 parent 827bd7b commit 3a537fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/device/iec/fuji.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ void iecFuji::set_boot_mode()
}
else
{
std::vector<std::string> t = util_tokenize(payload, ':');
std::vector<std::string> t = util_tokenize(payload, ',');

if (t.size() < 2)
{
Expand All @@ -492,7 +492,7 @@ void iecFuji::set_boot_mode()
boot_config = true;
insert_boot_device(atoi(t[1].c_str()));
}
response_queue.push("ok\r");
response = "ok";
}

char *_generate_appkey_filename(appkey *info)
Expand Down

0 comments on commit 3a537fe

Please sign in to comment.