Skip to content

Commit

Permalink
Added missing bms-firmware to swdprog-page
Browse files Browse the repository at this point in the history
  • Loading branch information
vedderb committed Oct 12, 2023
1 parent 8587c6e commit a6f2772
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/pageswdprog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,12 @@ void PageSwdProg::bmConnRes(int res)
addSwdFw("Trampa 18s Light BMS",
"://res/firmwares_bms/18s_light/vesc_default.bin", 0,
"://res/bootloaders_bms/generic.bin", 0x3E000);
addSwdFw("Trampa 18s Light LMP BMS",
"://res/firmwares_bms/18s_light_lmp/vesc_default.bin", 0,
"://res/bootloaders_bms/generic.bin", 0x3E000);
addSwdFw("Trampa 18s Light MK2 BMS",
"://res/firmwares_bms/18s_light_mk2/vesc_default.bin", 0,
"://res/bootloaders_bms/generic.bin", 0x3E000);
addSwdFw("Power Switch 120V",
"://res/other_fw/vesc_power_switch_120.bin", 0,
"://res/bootloaders_bms/generic.bin", 0x3E000);
Expand Down

0 comments on commit a6f2772

Please sign in to comment.