Skip to content

Releases: esp-cpp/espp

v0.13.2

16 Jul 13:16
cb90929

Choose a tag to compare

What's Changed

  • ci: Update static analysis to use v4 of checkout by @finger563 in #290
  • fix(esp-box): Ensure touch interrupt is configured properly for ESP-BOX and ESP-BOX-3 by @finger563 in #292

Full Changelog: v0.13.1...v0.13.2

v0.13.1

10 Jul 04:17
c366e5b

Choose a tag to compare

What's Changed

  • doc: add example docs (automatically copied from component example readmes) into online docs by @finger563 in #285
  • fix #281 switch from ssh to https submodules by @finger563 in #283
  • Add CST816 touch controller and MaTouch Rotary Display components by @finger563 in #286
  • Update esp-box, t-deck, matouch-rotary-display examples by @finger563 in #287
  • fix(led): Only install LED ISR once by @finger563 in #288
  • feat(t_keyboard): Update so read (no task) updates pressed key state by @finger563 in #289

Full Changelog: v0.13.0...v0.13.1

v0.13.0

07 Jul 03:26
041c85a

Choose a tag to compare

What's Changed

  • example(math): Add additional piecewise linear examples by @finger563 in #276
  • Add T-Deck and Wrover-Kit components by @finger563 in #277
  • fix(rtsp): Fix maybe-uninitialized errors in RtpPacket by @finger563 in #278
  • Add component for LilyGo T-Dongle S3 by @finger563 in #279
  • feat(motorgo-mini): Update to be singleton. Moved impl to cpp by @finger563 in #280

Full Changelog: v0.12.5...v0.13.0

v0.12.5

05 Jul 13:40
82a6e01

Choose a tag to compare

What's Changed

Full Changelog: v0.12.4...v0.12.5

v0.12.4

04 Jul 04:51
73e3012

Choose a tag to compare

What's Changed

  • fix(esp-box): Add missing display() implementation and update defaults for lvgl config by @finger563 in #269
  • feat(logger): allow compiling out espp::Logger levels / verbosity to reduce size by @finger563 in #270
  • feat: Add APIs to espp::RangeMapper<> and espp::Joystick for getting their configs by @finger563 in #271
  • feat(esp-box): expose mute pin / gpio via getter for use by @finger563 in #272
  • feat(esp-box): warn users if they try to initialize touch before display by @finger563 in #273
  • feat(input_drivers): Add error logs when lvgl registration fails by @finger563 in #274

Full Changelog: v0.12.3...v0.12.4

v0.12.3

02 Jul 19:01
8abf80c

Choose a tag to compare

What's Changed

  • feat(file_system): Add remove(path) and remove_contents(path) by @finger563 in #267
  • feat(file_system): Update example to include built+bundled file system by @finger563 in #268

Full Changelog: v0.12.2...v0.12.3

v0.12.2

01 Jul 16:24
c044871

Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.12.2

v0.12.1

28 Jun 16:08
253ae30

Choose a tag to compare

What's Changed

  • feat(file_system): Add APIs for getting file paths and refactor implementation by @finger563 in #262
  • feat(file_system): update so that mount point and related const APIs are static by @finger563 in #263

Full Changelog: v0.12.0...v0.12.1

v0.12.0

20 Jun 18:08
1cc408e

Choose a tag to compare

What's Changed

  • feat(math): Refactor espp::RangeMapper<> to have center deadband and range deadband and remove invert-input. Similar update to espp::Joystick. Fixed bug in espp::Joystick which introduced non-linearity when configured as a CIRCULAR joystick. by @finger563 in #261

Full Changelog: v0.11.0...v0.12.0

v0.11.0

18 Jun 16:23
be68510

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0