For comments which are not issues #534
Replies: 7 comments 13 replies
-
hello does the auto record work if even stream button is off? |
Beta Was this translation helpful? Give feedback.
-
Does using 4bit mode sd increase recording fps? has anyone tested? |
Beta Was this translation helpful? Give feedback.
-
Update: 7JUL2025: I made a slight mod to show the Local IP Address just under the External IP Address so users can go to their device on their local WiFi without needing to 'find' the ip address to get to it. This is for the ESP32 version that doesn't have the mDNS enabled. If you add in the lines of code that I did, when connected to the dns ap ip address 192.168.4.1, you will see the local IP address in the setup pane of the HTML app underneath the External IP address. I added the declaration of loclIP variable to globals.h at line 231 I added the 'esle if' and JSON buffer entries necessary in prefs.cpp at line 265
and line 396 I added this line to the utils.cpp at line 325 under the extIP declaration: I added these lines to utils.cpp in the 'getExtIP()' function at line 340 in the ' if(httpCode == HTTP_CODE_OK)'
I added these lines to the HTML page just under the ExtIP 'display only' div at line 1301:
I added the variable 'loclIP' to appSpecific.cpp at line 795 I hope this helps someone looking for the way to get an IP address after setting the device to connect to your own WiFi network |
Beta Was this translation helpful? Give feedback.
-
Or you can set a static IP under Edit Config / Wifi |
Beta Was this translation helpful? Give feedback.
-
Does this board work? |
Beta Was this translation helpful? Give feedback.
-
should do, but may need to add own pin definition to |
Beta Was this translation helpful? Give feedback.
-
all the info you need is in the diagram. Looks similar to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For comments which are not issues
Beta Was this translation helpful? Give feedback.
All reactions