mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
add rtsp flag to webcam config
This commit is contained in:
parent
9ce6b53691
commit
238fce3d62
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user