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