Skip to content

Release v3.6.0

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

This release has a LOT of changes, although most of them are “under the hood”; we switched to the mongoose webserver library, thus getting rid of a lot of “old”, no longer maintained libraries. This not only gave us a faster and more efficient webserver, it also gives us a more flexible way to the future.

Also it enabled us to get rid of the “spiffs.bin” flash, so from now on you only have to flash firmware.bin; the spiffs.bin files are stored in gzip form inside the firmware, and are served gzipped too….
We also moved the mqtt library to that server, reducing code and improving efficiency.

Other changes:

  • power users can now upload a rfid.txt file to load their SmartEVSE’s with allowed NFC tags
  • improve API response when feeding EVmeter
  • upgrade to espressif 6.6.0, emodbus library 1.7.1,
  • improved coredump facilities for developers
  • remove DELETE constraint on /erasesettings API
  • fix display of top line messages of RFID reader submenu
  • we now lock the actuator when you are delayed charging
  • we now overrule delayed starttime when POSTing new mode for more consistent user interface
  • lock cable when delayed charging AND not disconnected
  • allow direct upload of firmware.debug.bin