Skip to content

Commit 1f2e693

Browse files
committed
Update to new core+webtools
1 parent de41c42 commit 1f2e693

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <h3>Device info</h3>
213213
<script src="core/js/utils.js"></script>
214214
<script>
215215
UART.ports = UART.ports.filter(e => e.includes("Bluetooth")); // all watches are Bluetooth
216-
Const.CONNECTION_DEVICE = "Bluetooth";
216+
Const.CONNECTION_DEVICE = "Bluetooth"; // force Bluetooth because we know (don't look it up)
217217
</script>
218218
<script src="webtools/heatshrink.js"></script>
219219
<script src="core/lib/marked.min.js"></script>

webtools

Submodule webtools updated 1 file

0 commit comments

Comments
 (0)