We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2beb2d commit 166f63fCopy full SHA for 166f63f
libraries/PicoOTA/src/PicoOTA.h
@@ -71,7 +71,7 @@ class PicoOTA {
71
}
72
_page = new OTACmdPage;
73
memset(_page, 0, sizeof(*_page));
74
- memcpy(_page->sign, "Pico OTA Format\0", sizeof(_page->sign));
+ memcpy(_page->sign, "Pico OTA", sizeof(_page->sign));
75
_page->count = 0;
76
77
0 commit comments