Remove hardcoded version

This commit is contained in:
Paulus Schoutsen 2023-01-19 14:17:34 -05:00 committed by GitHub
parent ebccd23944
commit 560ba37e8e
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.terminal.clean();
} }
this.info("esptool.js v0.1-dev"); this.info("esptool.js");
this.info("Serial port " + this.transport.get_info()); this.info("Serial port " + this.transport.get_info());
} }