Skip to content

Commit

Permalink
add migration alpha - Not ready to use
Browse files Browse the repository at this point in the history
  • Loading branch information
amatilda committed Apr 23, 2024
1 parent 7a986f9 commit 776ba37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller_ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {ControllerSapiClass, SapiSerialOptionFilters} from "./sapi/controller_sa
export {ControllerUiClass};

class ControllerUiClass {
private readonly VERSION_LOG = ControllerUiDefineClass.NAME_APP + " 0.0.2";
private readonly VERSION_LOG = ControllerUiDefineClass.NAME_APP + " 0.0.3";

private readonly BAUDRATE = [115200, 230400, 460800, 921600];
private readonly dtr_timeout:number = 250;
Expand Down

0 comments on commit 776ba37

Please sign in to comment.