mirror of
https://github.com/meshcore-dev/flasher.meshcore.dev.git
synced 2026-04-20 22:13:50 +00:00
added new config entry for firmware and image for lilyfo t5 pro; nrf flasher debug now displays only length of the frame instead of full data
This commit is contained in:
parent
e46c451746
commit
c548c898f3
4 changed files with 24 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ export class Dfu {
|
|||
const writer = this.port.writable.getWriter();
|
||||
try {
|
||||
await writer.write(pkt.data);
|
||||
console.debug("Sent packet:", pkt.data);
|
||||
console.debug("Sent packet:", pkt.data.length);
|
||||
} finally {
|
||||
writer.releaseLock();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue