Releases: Berg0162/Simcline-V2
Releases · Berg0162/Simcline-V2
Version 1.0.2
[1.0.2] - 2025-05-29
Fixed
Since the release of NimBLE-Arduio 2.3.0, the compiler complained about const-type of pChar->readValue(),
as a consequence const NimBLERemoteCharacteristic*
was changed to a non-const pointer.
Changed
Added
Support for XIAO ESP32S3 has been documented
- Added docs/XIAO_ESP32S3_Sense.md plus supporting images
Version 1.0.1
Changed
Revisited and updated Lifter Class
- More reliable Actuator and VL8106X testing
- Optional selection of SMA and EMA filter for range readings
- Improved responsiveness of Actuator control
Updated Test_Board_plus_VL6180X
- Incorporated use of Lifter Class
Version 1.0.0 Initial Release
Added
- Initial release with core functionality for simulating indoor bike lifter operations.
- Complete Arduino library structure, including
src/
andexamples/
directories. - Comprehensive
README.md
with installation and usage instructions. - Additional detailed setup and installation instructions in
docs/
directory. - Initial Android companion app v5.2.2 (
Android/SimclineApp.aia
andSimclineApp.apk
).