Merge pull request #82 from balloob/patch-2

Remove hardcoded version
This commit is contained in:
Ivan Grokhotkov 2023-01-27 15:31:29 +01:00 committed by GitHub
commit bf6a7ca7df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ export class ESPLoader {
this.terminal.clean();
}
this.info("esptool.js v0.1-dev");
this.info("esptool.js");
this.info("Serial port " + this.transport.get_info());
}