Skip to content

Release v3.6.0-RC2

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 06:23

The v3.6.0-RC1 version had the mongoose webserver taking up too much time from the 100ms modbus loop, so especially master/slave configurations suffered from communication errors. We solved this by giving mongoose its own thread, which made it friendlier to the other tasks AND sped it up somewhat.

Changes:

  • move mongoose poll to separate task
  • make mongoose using dhcp generated dns instead of 8.8.8.8
  • enable config of static ip and dns
  • coredumping.txt: add instructions for advanced developers howto analyze core dump
  • lock cable when delayed charging AND not disconnected
  • docs: remove old remark on contactor2
  • allow direct upload of firmware.debug.bin