Skip to content

ESP32, authentication, u8g2, dialogs and better editing.

Compare
Choose a tag to compare
@davetcc davetcc released this 06 Jul 15:31

This release contains a lot of fixes, take a look at the associated milestone for the full details.

  • Full support for both ESP32 and ESP8266
  • Support for menu items that can be created at runtime, without needing to be statically defined in INFO blocks. this includes basic support for list items.
  • Editing of IP address and text fields - on device and remote.
  • Improved examples with less hardwiring.
  • Dialogs that can render onto any display and also remotely. For questions or information.
  • Authentication in the tagval protocol, including a few different implementations of the key manager.
  • Multi-level nesting of menus
  • Taking over the display and handling the reset time on the menu now better
  • Usability of AnalogMenuItem greatly improved with helpers to floats and fixed point structure.
  • Bluetooth serial modules tested and working with the library.