Skip to content

Commit 59f3249

Browse files
committed
Temporary file changes
1 parent 57eb2ed commit 59f3249

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<div id="editor"></div>
9595
</div>
9696
<div id="page-separator" class=""></div>
97-
<div id="serial-page" class="">
97+
<div id="serial-page" class="active">
9898
<div id="serial-bar">
9999
<button class="purple-button btn-restart">Restart<i class="fa-solid fa-redo"></i></button>
100100
<button class="purple-button btn-clear">Clear<i class="fa-solid fa-broom"></i></button>

js/workflows/workflow.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class Workflow {
8282
}
8383

8484
async restartDevice() {
85+
console.log("Restarting device");
8586
this.repl.softRestart();
8687
}
8788

@@ -178,6 +179,7 @@ class Workflow {
178179
}
179180

180181
async runCurrentCode() {
182+
console.log("Run current code");
181183
let path = this.currentFilename;
182184

183185
if (!path) {

package-lock.json

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@adafruit/ble-file-transfer-js": "adafruit/ble-file-transfer-js#1.0.2",
17-
"@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#2.0.1",
17+
"@adafruit/circuitpython-repl-js": "file:../circuitpython-repl-js",
1818
"@codemirror/lang-python": "^6.1.6",
1919
"@fortawesome/fontawesome-free": "^6.5.2",
2020
"@xterm/addon-fit": "^0.10.0",

0 commit comments

Comments
 (0)