From 238fce3d6216b68694e5d14d8bc4e2ddf9c1970e Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Wed, 20 Jan 2021 08:50:32 +0100 Subject: [PATCH] add rtsp flag to webcam config --- tasmota/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/settings.h b/tasmota/settings.h index 32d8b8871..0f27f2c35 100644 --- a/tasmota/settings.h +++ b/tasmota/settings.h @@ -226,7 +226,7 @@ typedef union { // Restricted by MISRA-C Rule 18.4 bu uint32_t stream : 1; uint32_t mirror : 1; uint32_t flip : 1; - uint32_t spare3 : 1; + uint32_t rtsp : 1; uint32_t spare4 : 1; uint32_t spare5 : 1; uint32_t spare6 : 1;