Mise à jour de 'index.js'

This commit is contained in:
Neiviv-ui 2021-08-06 16:53:00 +02:00
parent 3012c300f8
commit ee84185000
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ document.getElementById('connect').addEventListener('click', async function () {
console.error(err);
throw err;
}).then((deviceInfo) => console.log(deviceInfo));
await p7.commands.ram.getFile(254, "@EDIT", "EDIT.CFG", "@EDIT").then((file) => console.log(file));
await p7.commands.flash.getAllFiles().then((f) => console.log(f));
console.log('Done. (in ' + Math.round(performance.now() - time) + 'ms)');
});