get rid of strings

This commit is contained in:
J. Nick Koston 2023-06-07 09:51:53 -05:00
parent 3b37318621
commit 72ee19f762
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ namespace ratgdo {
protected:
ESPPreferenceObject pref_;
std::vector<RATGDOComponent*> children_;
std::vector<RATGDOClient*> children_;
RATGDOStore store_ {};
InternalGPIOPin* output_gdo_pin_;