Releases: cyberman54/ESP32-Paxcounter
v3.6.3
v3.6.2
Maintenance Release
What's Changed
- Add support for BMP280 Sensor by @cyberman54 in #996
- Add BMP280 sensor (PR #996 by Lemocin) by @cyberman54 in #997
Full Changelog: v3.6.1...v3.6.2
v3.6.1
Maintenance Release
What's Changed
- sync dev to master by @cyberman54 in #976
- sync dev to master by @cyberman54 in #983
- Using the device specific h files instead of RtcDateTime.h directly as mentioned by Makuna by @TomRottler in #982
- Development by @cyberman54 in #984
New Contributors
- @TomRottler made their first contribution in #982
Full Changelog: v3.6.0...v3.6.1
v3.6.0
Maintenance Release
What's Changed
- update Bosch BSEC lib 1.8.1492 by @cyberman54 in #953
- add wifi channel map configuration option by @cyberman54 in #960
- Feature/support and hint for ttgo v2 board by @sauttefk in #944
New Contributors
Full Changelog: v3.4.7...v3.6.0
v3.4.7
v3.4.7 Maintenance Release
Full Changelog: v3.4.4...v3.4.7
v3.4.4
Maintenance Release
- added board T-DongleS3 (USB-Stick)
- Build workflow for S3-usb-stick boards by @t-huyeng
- added windows and macos os for build testing by @t-huyeng
- changes button logic
- Documentation for the project with Mkdocs Material by @t-huyeng
Full Changelog: v3.4.0...v3.4.4
v3.4.0
Maintenance Release:
- add CI workflow in repository (thanks to @t-huyeng )
- changed RGB LED library (SmartLeds -> FastLED) in preparation for ESP32-S3 compatibility of this project
- fixed some build errors due to erraneous entries in board hal files
- upgrade Arduino Espressif32 v2.0.4 -> v2.0.5 (using ESP IDF v4.4)
v3.3.2
v3.3.2 Maintenance Release
Note: If you build this project before, please update paxcounter.conf and platformio.ini files from the template before new build
Maintenance:
- upgraded some libaries
- code changes to match changes of AXP192 Xpowers lib API
v.3.3.1
v3.3.1 Maintenance Release
Note: If you build this project before, please update paxcounter.conf and platformio.ini files from the template before new build
Bugfixes:
- Uptime() rollover
Maintenance:
- changed library for TFT LCD displays
- changed library for XPower PMU chip
- upgraded Arduino-esp32 framework to v2.0.4
- code sanitizations
v3.2.0
v3.2.0 Maintenance Release
Note: If you build this project before, please update paxcounter.conf and platformio.ini files from the template before new build
Bugfixes:
- Module Display: Curve Plotter "zero drop" fixed
- Modules IF482 & DCF77: fixes after removal of EZtime lib
Improvements:
- Time sync accuracy via GPS
- GPS configuration (115.200bps, UBX commands)
- TTN keys now shown in same order as in TTN v3 console
- SD card logging (stabilized SPI and MMC interfaces, timestamp in ISO8601 format, single file)
Stability:
- Reworked task priorities / timings
- Module SDS011: Device driver library changed
Removals:
- No more support of non UBLOX and I2C GPS chips
- "Corona Warn App" / ENS detection (been told Covid-19 now ends...)
- Some Arduino Libraries are not longer used (EZtime, ESP32-micro-sdcard, sds011)