Skip to content

Releases: esp-rs/esp-generate

v0.2.1

26 Nov 13:09
4c1f792
Compare
Choose a tag to compare

Changed

  • Allow selecting WiFi and BLE at the same time (#60)

Fixed

  • Don't deselect just selected option (#58)
  • Added missing init code in non-async template (#57)

v0.2.0

22 Nov 09:52
0d89ed2
Compare
Choose a tag to compare

Added

  • Added editor selection. Currently, only helix and VS Code
  • Before quitting the TUI, it asks for user confirmation
  • Show a hint where to find examples

Changed

  • Remember position when entering a sub-menu to restore state on exit.
  • Update dependencies to latest esp-hal releases.
  • Use systimer instead of timg in embassy templates for all targets but ESP32

v0.1.0

07 Nov 13:23
37581cf
Compare
Choose a tag to compare

Initial release