Update esp32cam.html

This commit is contained in:
Luc 2020-02-05 21:36:20 +09:00 committed by GitHub
parent 59615716e8
commit 79a2185490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -541,7 +541,7 @@
</div>
</section>
<script>
var camera_port = "9601"
var camera_port = "9600"
document.addEventListener('DOMContentLoaded', function (event) {
var baseHost = document.location.origin
var streamUrl = baseHost + ':' + camera_port;