Unverified Commit 166f63f9 authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Update PicoOTA.h

parent d2beb2da
......@@ -71,7 +71,7 @@ public:
}
_page = new OTACmdPage;
memset(_page, 0, sizeof(*_page));
memcpy(_page->sign, "Pico OTA Format\0", sizeof(_page->sign));
memcpy(_page->sign, "Pico OTA", sizeof(_page->sign));
_page->count = 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment