get rid of strings
This commit is contained in:
parent
3b37318621
commit
72ee19f762
|
@ -169,7 +169,7 @@ namespace ratgdo {
|
|||
|
||||
protected:
|
||||
ESPPreferenceObject pref_;
|
||||
std::vector<RATGDOComponent*> children_;
|
||||
std::vector<RATGDOClient*> children_;
|
||||
RATGDOStore store_ {};
|
||||
|
||||
InternalGPIOPin* output_gdo_pin_;
|
||||
|
|
Loading…
Reference in New Issue