Skip to content

Commit 166f63f

Browse files
Update PicoOTA.h
1 parent d2beb2d commit 166f63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/PicoOTA/src/PicoOTA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class PicoOTA {
7171
}
7272
_page = new OTACmdPage;
7373
memset(_page, 0, sizeof(*_page));
74-
memcpy(_page->sign, "Pico OTA Format\0", sizeof(_page->sign));
74+
memcpy(_page->sign, "Pico OTA", sizeof(_page->sign));
7575
_page->count = 0;
7676
}
7777

0 commit comments

Comments
 (0)