Skip to content

Commit 69c974f

Browse files
me-no-devCopilot
andauthored
fix(style): Update libraries/HTTPUpdate/src/HTTPUpdate.cpp
Co-authored-by: Copilot <[email protected]>
1 parent 94b7f8f commit 69c974f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/HTTPUpdate/src/HTTPUpdate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ HTTPUpdateResult HTTPUpdate::handleUpdate(HTTPClient &http, const String &curren
349349

350350
delay(100);
351351

352-
int command = type;
352+
int command = type;
353353

354354
if (type == U_FLASH) {
355355
log_d("runUpdate flash...\n");

0 commit comments

Comments
 (0)