rm test
This commit is contained in:
parent
ac8d902c08
commit
29235365dc
@ -19,11 +19,6 @@ TrumaiNetBoxApp::TrumaiNetBoxApp() {
|
|||||||
this->timer_.set_parent(this);
|
this->timer_.set_parent(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
void TrumaiNetBoxApp::setup() {
|
|
||||||
LinBusProtocol::setup();
|
|
||||||
this->stream_send_test(COMPONENT_VERSION);
|
|
||||||
}
|
|
||||||
|
|
||||||
void TrumaiNetBoxApp::update() {
|
void TrumaiNetBoxApp::update() {
|
||||||
// Call listeners in after method 'lin_multiframe_recieved' call.
|
// Call listeners in after method 'lin_multiframe_recieved' call.
|
||||||
// Because 'lin_multiframe_recieved' is time critical an all these sensors can take some time.
|
// Because 'lin_multiframe_recieved' is time critical an all these sensors can take some time.
|
||||||
|
|||||||
@ -23,7 +23,6 @@ namespace truma_inetbox {
|
|||||||
class TrumaiNetBoxApp : public LinBusProtocol {
|
class TrumaiNetBoxApp : public LinBusProtocol {
|
||||||
public:
|
public:
|
||||||
TrumaiNetBoxApp();
|
TrumaiNetBoxApp();
|
||||||
void setup() override;
|
|
||||||
void update() override;
|
void update() override;
|
||||||
|
|
||||||
const std::array<u_int8_t, 4> lin_identifier() override;
|
const std::array<u_int8_t, 4> lin_identifier() override;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user