mqtt connection implementation
This commit is contained in:
parent
0dfb066a74
commit
1163f2e30f
7 changed files with 33 additions and 38 deletions
|
@ -9,5 +9,5 @@ class ExpansionCard {
|
|||
// Preform a loop to refresh the input buffers
|
||||
virtual void loop() {}
|
||||
// Get the card type
|
||||
virtual uint8_t getType() {}
|
||||
virtual uint8_t getType() {return 255;}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue