Skip to content

Commit

Permalink
wifi: do not broadcast patch list directly after patch file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LnnrtS committed Jul 23, 2024
1 parent 3bd90f6 commit edccdcb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions firmware/src/wifi/comm/wifi_interface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -284,13 +284,6 @@ void handle_client_channel(uint8_t destination, std::span<uint8_t> payload) {

sendResponse(fbb.GetBufferSpan());

if (filesUpdated) {
flatbuffers::FlatBufferBuilder fbb;
auto message = constructPatchesMessage(fbb);
fbb.Finish(message);

sendBroadcast(fbb.GetBufferSpan());
}
} else {
printf("Other option\n");
}
Expand Down

0 comments on commit edccdcb

Please sign in to comment.