Skip to content

Commit 47ff2de

Browse files
committed
Reset XRP after update
Forces a reload of the libraries
1 parent 410c301 commit 47ff2de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

js/repl.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,6 +1515,8 @@ class ReplJS{
15151515
window.resetPercentDelay();
15161516
await this.getOnBoardFSTree();
15171517
UIkit.modal(document.getElementById("IDProgressBarParent")).hide();
1518+
await window.alertMessage("The XRP must be restarted for changes to take affect. \n If XRP does not reconnect after 30 seconds refresh the browser and connect manually");
1519+
await this.writeToDevice(this.CTRL_CMD_SOFTRESET);
15181520
}
15191521

15201522
async updateMicroPython() {

0 commit comments

Comments
 (0)