reorder HardwareRevX functions
This commit is contained in:
parent
a2e29734e4
commit
b74666e6ed
1 changed files with 1 additions and 1 deletions
|
@ -36,9 +36,9 @@ public:
|
||||||
HardwareRevX() : HardwareAbstractionInterface(){};
|
HardwareRevX() : HardwareAbstractionInterface(){};
|
||||||
// HardwareAbstractionInterface
|
// HardwareAbstractionInterface
|
||||||
virtual void init() override;
|
virtual void init() override;
|
||||||
virtual void debugPrint(std::string aDebugMessage) override;
|
|
||||||
virtual void sendIR() override;
|
virtual void sendIR() override;
|
||||||
virtual void MQTTPublish(const char *topic, const char *payload) override;
|
virtual void MQTTPublish(const char *topic, const char *payload) override;
|
||||||
|
virtual void debugPrint(std::string aDebugMessage) override;
|
||||||
|
|
||||||
void loopHandler();
|
void loopHandler();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue