Releases: cyberman54/ESP32-Paxcounter
Releases · cyberman54/ESP32-Paxcounter
v1.3.7 RC
v1.3.7 is taylored to run on platform Espressif32 v1.0.1
v1.3.6
Releasing v1.3.51 as new v1.3.6
- seems to run stable, after intensive tests on different boards, no more resets, no more "Lora Busy"
- new display function: SF now display inverse, if ADR is on
- new board TTGO v2.1 supported and tested, including display flip for this board
- RTos tasking refactored: Bluetooth scanner does not need own task any more
- bug in LED management fixed
- Bluetooth scan remote enable/disable by rcommand 0x0E now working
- Display refresh and wifi channel rotation are now interrupt controlled
- Low heap memory reset error fixed
v1.3.41
Memory management bug solved
v1.3.4
- Improved performance by now ESP32 interrupt driven display update and wifi channel switching
- New: memory display and low memory threshold
- New: LoRa SF display
- New: Payload send cycle adjustable independent from wifi cycle by remote command
v1.3.3
Last version with software delay (non interrupt) driven display & button.
v1.3.22
- Improved LED control for digital & RGB LED
- Memory usage optimization
- Memory usage display
v1.3.2
- optimized performance
- optimized memory usage
- smoother and faster display control (simple state machine)
- code sanitizations
v1.3.0
Major release after refactoring bluetooth and display control part of code
New functions:
- bluetooth scan now runs parallel to wifi scan in separate RTos task
- enhanced bluetooth device filtering logic, based on evaluating GAP data (to be further worked out)
- RSSI limiter now controls wifi and bluetooth
Non functional changes and bugfixes:
- new log level DEBUG (switch in platformio.ini), making log level INFO more silent
- binary size significantly reduced by removing BLE library (no longer needed at all)
- display now controlled by separate task with constant refresh rate (should solve display garbage problems)
- screen saver function disabled (to come back in future with better time management)
Snapshot v1.2.98 (in development branch)
Experimental release after refactoring bluetooth part of code:
- new log level DEBUG (switch in platformio.ini), making log level INFO more silent
- RSSI limiter now controls wifi and bluetooth
- bluetooth scan now runs parallel to wifi scan in separate RTos task
- enhanced bluetooth device filtering logic, based on evaluating GAP data
- binary size significantly reduced by removing BLE library (no longer needed at all)
v1.2.8
v1.2.8
Major improvements, thanks to Charles Hallard:
new: combined Wifi & BLE scan
new: live channel switching display
enhanced LED logic
new: RGB LED now supported, including luminosity remote control
changed AES library for better performance on ESP32