Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

v1.2.0 to add support to new ESP32-S2, ESP32-S3, ESP32-C3, to convert to `h-only` library, etc.

Choose a tag to compare

@khoih-prog khoih-prog released this 07 Mar 04:55
· 16 commits to master since this release
fb86173

Releases v1.2.0

  1. Add support to new ESP32-S3 (ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3, etc.)
  2. Add support to new ESP32-S2 (ESP32S2_DEV, etc.)
  3. Add support to new ESP32-C3 (ESP32C3_DEV, etc.)
  4. Convert to h-only library.
  5. Optimize library code by using reference-passing instead of value-passing
  6. Improve accuracy by using float, instead of uint32_t for position in degrees
  7. Add example multiFileProject to demo for multiple-file project