fixed climate card fram bug
This commit is contained in:
parent
091dc183fe
commit
c635427d64
8 changed files with 112 additions and 44 deletions
|
@ -84,7 +84,7 @@ class ClimateCard : public ExpansionCard {
|
|||
float room_temperature;
|
||||
// FRAM variables
|
||||
FRAM *fram;
|
||||
uint8_t fram_address;
|
||||
uint16_t fram_address;
|
||||
bool fram_auto_save;
|
||||
uint16_t* getIrIndex(uint8_t mode, uint8_t fan_speed, uint8_t temperature);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue