Releases: AVSystem/Anjay-esp32-client
Releases · AVSystem/Anjay-esp32-client
Anjay-esp32-client 24.11
Anjay-esp32-client 24.05
Improvements
- Increased main task stack size to support -Og optimization
Anjay-esp32-client 24.02.1
Improvements
- Updated Anjay version
Anjay-esp32-client 24.02
Improvements
- Cleaned up include headers
Bugfixes
- Removed inappropriate mutexes in mpu6886 driver
Anjay-esp32-client 23.11
Improvements
- Updated Anjay version
Anjay-esp32-client 23.09
BREAKING CHANGES
- Removed Anjay and FreeRTOS-Cellular-Interface submodules and added Anjay-esp-idf
component into the components/ directory
Improvements
- Revamped configuration of Anjay and its dependencies
- The Anjay-esp-idf component includes a new
Component config/Anjay library configuration
menu for configuring the Anjay library - Updated recommended ESP IDF to v4.4.5
Anjay-esp32-client 22.12
Bugfixes
- Fixed a minor bug related to WiFi reconfiguration - after changing the Enable resource (12/x/1) value Anjay ESP32 Client didn't send the response code to the server
Anjay-esp32-client v22.08
Features:
- Updated Anjay to version 3.1.1
- Added CHANGELOG
- Added support for BG96
- Integrated with FreeRTOS Cellular Interface
- Added information about updating submodule to README
Bugfixes:
- Fixed partition offsets in m5stick-plus.bin binary file
Anjay-esp32-client v22.06
- Updated Anjay to version 3.0.0
- Added support for certificates and TCP socket
- Added non-secure connection option
- Added support for Send operation
Anjay-esp32-client v22.04.1
Features:
- added support for FOTA
- added support for changing Wi-Fi configuration while the device is running
- added NVS for Anjay and Wi-Fi configuration
- added binary files for supported boards
Improvements:
- all required configuration can be set from anjay-esp32-client component config
- updated ESP-IDF and Anjay