Skip to content

Commit 7dda820

Browse files
Fixed startTimer wrong type.
1 parent 24938b3 commit 7dda820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minimalUploadAuthESP32.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void setup() {
7575

7676
// https://javascript.info/formdata
7777

78-
static time_t startTimer;
78+
static unsigned long startTimer;
7979
if (!index) {
8080
startTimer = millis();
8181
const char* FILESIZE_HEADER{"FileSize"};

0 commit comments

Comments
 (0)