mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-30 01:38:27 +02:00
[code-quality] __attribute__((packed)) (#7221)
This commit is contained in:
@@ -141,7 +141,7 @@ struct ClimateDeviceRestoreState {
|
||||
float target_temperature_low;
|
||||
float target_temperature_high;
|
||||
};
|
||||
};
|
||||
} __attribute__((packed));
|
||||
float target_humidity;
|
||||
|
||||
/// Convert this struct to a climate call that can be performed.
|
||||
|
||||
Reference in New Issue
Block a user