fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 6s
Deploy Dev / Push (pull_request) Successful in 8s
Deploy Dev / Deploy dev (pull_request) Successful in 10s

This commit is contained in:
Egor Matveev
2025-11-24 10:00:28 +03:00
parent 64f7e2ebdf
commit bfe163243c

View File

@@ -124,6 +124,6 @@
</script> </script>
</head> </head>
<body> <body>
<p id="micOff">Micro is off</p> <p hidden id="micOn">Micro is on</p> <button onclick="changeMicro();">change</button> <p id="micOff">Call active</p>
</body> </body>
</html> </html>