From 1a8602bc85dfe8c7ec39b5e1dd0842ff581392e7 Mon Sep 17 00:00:00 2001 From: _index Date: Fri, 27 Dec 2024 18:07:07 +0100 Subject: [PATCH] add changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3544397cec9..b5ab7228941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Allow using esp timer with skip_unhandled_events (#526) - OTA - Implements a new type `EspFirmwareInfoLoad` that has a reduced memory consumption (#531) - Added set_promiscuous function in EthDriver (#246) +- Added set_promiscuous, get_promiscuous functions in WifiDriver (#246) ### Fixed - The alloc::Vec version stomps the scan state from Done to Idle. (#459)