- Fixed compatibility with ESP IDF v5.3, support for ESP IDF in versions older than v5.0 is dropped
- Increased main task stack size to support -Og optimization
- Updated Anjay version
- Cleaned up include headers
- Removed inappropriate mutexes in mpu6886 driver
- Updated Anjay version
- Removed Anjay and FreeRTOS-Cellular-Interface submodules and added Anjay-esp-idf component into the components/ directory
- 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
- 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
- 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
- Fixed partition offsets in m5stick-plus.bin binary file
- Updated Anjay to version 3.0.0
- Added support for certificates and TCP socket
- Added non-secure connection option
- Added support for Send operation
- Fix configuration issue regarded to improper include order.
- added support for FOTA
- added support for changing Wi-Fi configuration while the device is running
- added NVS for Anjay and Wi-Fi configuration
- all required configuration can be set from anjay-esp32-client component config
- updated ESP-IDF and Anjay
- Fixed configuration in avs_commons_config.h
- added support for M5StickC-Plus hardware
- added generic sensors objects handling code
- anjay handling WiFi connection loss
- Initial release of Anjay-esp32-client