Initial commit (project based on widgets)

This commit is contained in:
Yury Shuvakin
2022-08-01 21:53:36 +03:00
parent d9396cdc2f
commit 14a7aa699f
411 changed files with 95119 additions and 0 deletions

38
res/firmwares/CHANGELOG Normal file
View File

@@ -0,0 +1,38 @@
For uploading new firmware:
- Check the "Show non-default firmwares" checkbox
- Select the hardware version & associated firmware
- Click on the update firmware icon
- Wait until the upload progress bar is complete
- The BMS will restart once the upload is completed
- The firmware update process is now completed
=== FW 1.3 ===
* Support for ENNOID-BMS-SS & ENNOID-BMS-SS-LITE
* Humidity sensor support HTC1080 & SI7020/SHT21 on SS boards
* Charger voltage readings on SS boards
* SSD1306 display "Basic/Advanced" options
* Many bug fixes
=== FW 1.2 ===
* Support for Expansion board
=== FW 1.1 ===
* Major code cleanup (Unused modules removed)
* New charger voltage factor & offset measurement options
* High current path (HC) related code from DiebieMS removed
* "testbms" terminal command is now functionnal for testing slaves boards
* Timeout charge retry is now up to 1000 seconds
* Fixed toggle switch bug at charging
* Fixed charging issue with same charge/discharge port
* Default settings are now set for Master-LV
* LTC6812 & LTC6813 complete support
* Balancing mask are now all uint_32t for supporting LTC6813
* Precharge : "persistent" option is now renamed to "forced"
* Min/Max Charge & discharge temperatures protections are now functionnal
* Support for new Master-HV onboard precharge relay on PC15
* Slave board temperature measurement as been remove from battery temp statistics
* Battery MAX can be now set to 120 celcius for disabling without error
=== FW 1.0 ===
* ENNOID-BMS Master initial release