fix my mess (#3368)

This commit is contained in:
Juraj Sadel 2025-04-11 11:55:23 +02:00 committed by GitHub
parent a19a05bcc4
commit 0e7b1c3b8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,8 +28,8 @@ pub(crate) struct EspWifiConfig {
#[non_exhaustive]
#[derive(Default)]
pub enum PowerSaveMode {
None,
#[default]
None,
Minimum,
Maximum,
}