Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenroche5 committed Jun 27, 2024
1 parent 13fd8e7 commit e55ab2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/hitl/card.binary/test/test_card_binary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ void binaryTransferTest(const char* name, BinaryGenerator& generator, NotecardIn

// allocate all the handlers on the stack, easier memory management. They're not large.

dbgSerial.print("HAYDEN: " NOTEHUB_PROXY_ROUTE_ALIAS);

WebPostHandler webPostHandler(NOTEHUB_PROXY_ROUTE_ALIAS, tx.imageName, MIME_APPLICATION_OCTETSTREAM, false, false);
WebPostHandler webPostChunkedHandler(NOTEHUB_PROXY_ROUTE_ALIAS, tx.imageName, MIME_APPLICATION_OCTETSTREAM, true, false);
WebPostHandler webPutHandler(NOTEHUB_PROXY_ROUTE_ALIAS, tx.imageName, MIME_APPLICATION_OCTETSTREAM, false, true);
Expand Down

0 comments on commit e55ab2f

Please sign in to comment.