transmit 재 작성_can mode 추가

This commit is contained in:
2025-11-08 02:50:31 +00:00
parent 37da387904
commit b05983eb2d
3 changed files with 815 additions and 1086 deletions

View File

@@ -694,6 +694,7 @@ const char index_html[] PROGMEM = R"rawliteral(
<option value="0" selected>Normal</option>
<option value="1">Listen-Only</option>
<option value="2">Loopback</option>
<option value="3">Transmit (TX Focus)</option>
</select>
<button onclick="setMcpMode()">Apply</button>
<span id="mode-status" style="color: #11998e; font-size: 0.85em; font-weight: 600;"></span>
@@ -751,7 +752,7 @@ const char index_html[] PROGMEM = R"rawliteral(
let messageOrder = [];
let lastMessageData = {};
const speedNames = {0: '125K', 1: '250K', 2: '500K', 3: '1M'};
const modeNames = {0: 'NORMAL', 1: 'LISTEN-ONLY', 2: 'LOOPBACK'};
const modeNames = {0: 'NORMAL', 1: 'LISTEN-ONLY', 2: 'LOOPBACK', 3: 'TRANSMIT'};
let currentLoggingFile = '';
let commentingFile = '';
let hasInitialSync = false; // 초기 동기화 완료 여부