Skip to content

Commit

Permalink
Merge branch 'vedderb:master' into ci
Browse files Browse the repository at this point in the history
  • Loading branch information
darwinbeing authored Oct 12, 2023
2 parents e3c7616 + a6f2772 commit 0f96762
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 0f96762

Please sign in to comment.