mirror of
https://github.com/esphome/esphome.git
synced 2025-07-27 21:56:34 +00:00
[code-quality] __attribute__((packed)) (#7221)
This commit is contained in:
parent
9a9757ddeb
commit
24b6c1d3eb
@ -141,7 +141,7 @@ struct ClimateDeviceRestoreState {
|
|||||||
float target_temperature_low;
|
float target_temperature_low;
|
||||||
float target_temperature_high;
|
float target_temperature_high;
|
||||||
};
|
};
|
||||||
};
|
} __attribute__((packed));
|
||||||
float target_humidity;
|
float target_humidity;
|
||||||
|
|
||||||
/// Convert this struct to a climate call that can be performed.
|
/// Convert this struct to a climate call that can be performed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user