Fix build.
This commit is contained in:
parent
8d290fc13c
commit
5a13dbee0f
@ -315,7 +315,7 @@ const u_int8_t *TrumaiNetBoxApp::lin_multiframe_recieved(const u_int8_t *message
|
|||||||
// Example:
|
// Example:
|
||||||
// SID<---------PREAMBLE---------->|<---MSG_HEAD---->|
|
// SID<---------PREAMBLE---------->|<---MSG_HEAD---->|
|
||||||
// BB.00.1F.00.1E.00.00.22.FF.FF.FF.54.01.12.35.00.AA.00.00.71.01.00.00.00.00.86.0B.00.00.00.00.00.00.AA.0A
|
// BB.00.1F.00.1E.00.00.22.FF.FF.FF.54.01.12.35.00.AA.00.00.71.01.00.00.00.00.86.0B.00.00.00.00.00.00.AA.0A
|
||||||
this->status_aircon_ = statusFrame->inner.heater;
|
this->status_aircon_ = statusFrame->inner.aircon;
|
||||||
this->status_aircon_valid_ = true;
|
this->status_aircon_valid_ = true;
|
||||||
this->status_aircon_updated_ = true;
|
this->status_aircon_updated_ = true;
|
||||||
|
|
||||||
|
|||||||
@ -375,6 +375,7 @@ union StatusFrame { // NOLINT(altera-struct-pack-align)
|
|||||||
StatusFrameHeader genericHeader;
|
StatusFrameHeader genericHeader;
|
||||||
union { // NOLINT(altera-struct-pack-align)
|
union { // NOLINT(altera-struct-pack-align)
|
||||||
StatusFrameHeater heater;
|
StatusFrameHeater heater;
|
||||||
|
StatusFrameAircon aircon;
|
||||||
StatusFrameHeaterResponse heaterResponse;
|
StatusFrameHeaterResponse heaterResponse;
|
||||||
StatusFrameTimer timer;
|
StatusFrameTimer timer;
|
||||||
StatusFrameTimerResponse timerResponse;
|
StatusFrameTimerResponse timerResponse;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user