Skip to content

Commit f5f32ac

Browse files
committed
Added definition for camera upload path
1 parent 30035b4 commit f5f32ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/SinricProConfig.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
#define SINRICPRO_CAMERA_URL "camera.sinric.pro"
4242
#endif
4343

44+
#ifndef SINRICPRO_CAMERA_PATH
45+
#define SINRICPRO_CAMERA_PATH "/snapshot"
46+
#endif
47+
4448
// UDP Configuration
4549
#ifndef UDP_MUTLICAST_IP
4650
#define UDP_MULTICAST_IP IPAddress(224,9,9,9)

0 commit comments

Comments
 (0)