diff --git a/CHANGELOG.md b/CHANGELOG.md index 394a0503..0cf72332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +### Fixed + +### Changed + +### Removed + + ## [0.5.0] - 2024-04-19 ### Added diff --git a/esp-wifi/Cargo.toml b/esp-wifi/Cargo.toml index 4d51747c..35a6c4a6 100644 --- a/esp-wifi/Cargo.toml +++ b/esp-wifi/Cargo.toml @@ -126,7 +126,7 @@ log = [ ] [package.metadata.docs.rs] -features = ["esp32c3", "wifi", "ble", "coex", "async", "embassy-net", "esp-hal/embassy-time-systick", "esp-hal/default"] +features = ["esp32c3", "wifi", "ble", "coex", "async", "embassy-net", "esp-hal/embassy-time-timg0", "esp-hal/default"] default-target = "riscv32imc-unknown-none-elf" # These examples are used in test automation