v0.15.0
What's Changed
- feat(logger): Add support for cursor commands and expose
Logger::get_time()
as public by @finger563 in #317 - feat: Add hardware abstraction component for the ESP32 TimerCam. by @finger563 in #318
- feat(esp32-timer-cam): Add battery voltage scale and camera pin defs by @finger563 in #319
- Update esp-nimble-cpp to latest by @finger563 in #320
- fix(esp-nimble-cpp): Merge fix from esp-cpp/esp-nimble-cpp#2 by @finger563 in #321
- feat(task): Add support for enabling task watchdog on an
espp::Task
by @finger563 in #322 - Update esp-nimble-cpp to latest (sync upstream) by @finger563 in #323
- feat(timer): Update
Timer
andHighResolutionTimer
to havestart_watchdog()
andstop_watchdog()
methods by @finger563 in #324
Full Changelog: v0.14.2...v0.15.0