diff --git a/src/esploader.ts b/src/esploader.ts index 06a7d17..97c1464 100644 --- a/src/esploader.ts +++ b/src/esploader.ts @@ -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()); }