Update to new core+webtools
parent
de41c42272
commit
1f2e693f7f
2
core
2
core
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3b846e840ea87cc70a76062b51324dd3e7441e6b
|
Subproject commit 43dbadf5b9a41ff00aa6bef76d3360b510fb06a5
|
||||||
|
|
@ -213,7 +213,7 @@
|
||||||
<script src="core/js/utils.js"></script>
|
<script src="core/js/utils.js"></script>
|
||||||
<script>
|
<script>
|
||||||
UART.ports = UART.ports.filter(e => e.includes("Bluetooth")); // all watches are Bluetooth
|
UART.ports = UART.ports.filter(e => e.includes("Bluetooth")); // all watches are Bluetooth
|
||||||
Const.CONNECTION_DEVICE = "Bluetooth";
|
Const.CONNECTION_DEVICE = "Bluetooth"; // force Bluetooth because we know (don't look it up)
|
||||||
</script>
|
</script>
|
||||||
<script src="webtools/heatshrink.js"></script>
|
<script src="webtools/heatshrink.js"></script>
|
||||||
<script src="core/lib/marked.min.js"></script>
|
<script src="core/lib/marked.min.js"></script>
|
||||||
|
|
|
||||||
2
webtools
2
webtools
|
|
@ -1 +1 @@
|
||||||
Subproject commit 83fd9f65a378d0b4816552a5d84d2e1e8e71f538
|
Subproject commit 27939deca30abe8896a4e630e732e5cf4f9a3712
|
||||||
Loading…
Reference in New Issue