From b50524bd17165c08e19f0b925e4f2f1f6dbd9a4d Mon Sep 17 00:00:00 2001 From: jameszah <36938190+jameszah@users.noreply.github.com> Date: Tue, 28 Dec 2021 23:28:56 -0700 Subject: [PATCH] Update ESP32-CAM-Video-Recorder-junior-57x.ino --- v57/ESP32-CAM-Video-Recorder-junior-57x.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v57/ESP32-CAM-Video-Recorder-junior-57x.ino b/v57/ESP32-CAM-Video-Recorder-junior-57x.ino index 2d68902..bbd2197 100644 --- a/v57/ESP32-CAM-Video-Recorder-junior-57x.ino +++ b/v57/ESP32-CAM-Video-Recorder-junior-57x.ino @@ -73,7 +73,7 @@ Global variables use 59924 bytes (18%) of dynamic memory, leaving 267756 bytes f //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // user edits here: -static const char vernum[] = "v56"; +static const char vernum[] = "v57"; char devname[30]; String devstr = "desklens"; @@ -303,7 +303,7 @@ const int avi_header[AVIOFFSET] PROGMEM = { 0x01, 0x00, 0x18, 0x00, 0x4D, 0x4A, 0x50, 0x47, 0x00, 0x84, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x49, 0x4E, 0x46, 0x4F, 0x10, 0x00, 0x00, 0x00, 0x6A, 0x61, 0x6D, 0x65, 0x73, 0x7A, 0x61, 0x68, 0x61, 0x72, 0x79, 0x20, - 0x76, 0x35, 0x30, 0x20, 0x4C, 0x49, 0x53, 0x54, 0x00, 0x01, 0x0E, 0x00, 0x6D, 0x6F, 0x76, 0x69, + 0x76, 0x35, 0x37, 0x20, 0x4C, 0x49, 0x53, 0x54, 0x00, 0x01, 0x0E, 0x00, 0x6D, 0x6F, 0x76, 0x69, };