From 72ee19f762ce209620ac3a327d198b0b9bef339f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 09:51:53 -0500 Subject: [PATCH] get rid of strings --- components/ratgdo/ratgdo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index 20155d3..3c54a30 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -169,7 +169,7 @@ namespace ratgdo { protected: ESPPreferenceObject pref_; - std::vector children_; + std::vector children_; RATGDOStore store_ {}; InternalGPIOPin* output_gdo_pin_;