Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vedderb committed Nov 24, 2023
1 parent 9ef31fb commit 0198fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobile/fwhelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ QVariantMap FwHelper::getHardwares(FW_RX_PARAMS params, QString hw)
hws.insert(params.hw, "://res/firmwares_esp/ESP32-C3/VESC Express");
} else if (params.hw == "Devkit C3") {
hws.insert(params.hw, "://res/firmwares_esp/ESP32-C3/DevKitM-1");
} else if (params.hw == "Devkit C3") {
} else if (params.hw == "STR-DCDC") {
hws.insert(params.hw, "://res/firmwares_custom_module/str-dcdc");
}

Expand Down
2 changes: 1 addition & 1 deletion pages/pageswdprog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ void PageSwdProg::bmConnRes(int res)
break;

case 11:
addSwdFw("VESC DCDC",
addSwdFw("STR-DCDC",
"://res/firmwares_custom_module/str-dcdc/vesc_default.bin", 0,
"://res/bootloaders_custom_module/stm32g431/stm32g431.bin", 0x1E000);

Expand Down

0 comments on commit 0198fdd

Please sign in to comment.