You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/Camera/mjpeg-camera/mjpeg-camera.ino
+2-1
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@
27
27
#defineAPP_KEY"YOUR-APP-KEY"// Should look like "de0bxxxx-1x3x-4x3x-ax2x-5dabxxxxxxxx". Get it from https://portal.sinric.pro/ -> Credentials
28
28
#defineAPP_SECRET"YOUR-APP-SECRET"// Should look like "5f36xxxx-x3x7-4x3x-xexe-e86724a9xxxx-4c4axxxx-3x3x-x5xe-x9x3-333d65xxxxxx" . Get it from https://portal.sinric.pro/ -> Credentials
29
29
#defineCAMERA_ID"YOUR-DEVICE-ID"// Should look like "5dc1564130xxxxxxxxxxxxxx". Get it from https://portal.sinric.pro/ -> Devices
30
+
#defineBAUD_RATE115200// Change baudrate to your need
#defineAPP_KEY"YOUR-APP-KEY"// Should look like "de0bxxxx-1x3x-4x3x-ax2x-5dabxxxxxxxx". Get it from https://portal.sinric.pro/ -> Credentials
96
96
#defineAPP_SECRET"YOUR-APP-SECRET"// Should look like "5f36xxxx-x3x7-4x3x-xexe-e86724a9xxxx-4c4axxxx-3x3x-x5xe-x9x3-333d65xxxxxx" . Get it from https://portal.sinric.pro/ -> Credentials
97
97
#defineCAMERA_ID"YOUR-DEVICE-ID"// Should look like "5dc1564130xxxxxxxxxxxxxx". Get it from https://portal.sinric.pro/ -> Devices
98
-
98
+
#defineBAUD_RATE115200// Change baudrate to your need
0 commit comments