update default path

This commit is contained in:
Rob Moran
2017-12-31 21:18:44 +00:00
parent d6d0223161
commit 59640e19ff

View File

@@ -27,7 +27,7 @@ function getFileName() {
rl.close();
resolve(answer);
});
rl.write("firmware/dfu_app_s132.zip");
rl.write("firmware/dfu_test_app_hrm_s132.zip");
});
}