esp32에서 byun 명칭 변경

This commit is contained in:
2025-10-06 17:22:47 +00:00
parent d629b076db
commit 4a4c3ce710
2 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ const char index_html[] PROGMEM = R"rawliteral(
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>ESP32 CAN Logger</title>
<title>Byun CAN Logger</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
@@ -193,7 +193,7 @@ const char index_html[] PROGMEM = R"rawliteral(
<body>
<div class="container">
<div class="header">
<h1>ESP32 CAN Logger</h1>
<h1>Byun CAN Logger</h1>
<p>Real-time CAN Bus Monitor & Data Logger</p>
</div>