transmit 재 작성_can mode 추가
This commit is contained in:
3
index.h
3
index.h
@@ -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; // 초기 동기화 완료 여부
|
||||
|
||||
Reference in New Issue
Block a user