1
0
mirror of https://github.com/ratgdo/esphome-ratgdo.git synced 2025-03-03 04:19:56 +00:00

write flash

This commit is contained in:
J. Nick Koston 2023-06-08 11:31:47 -05:00
parent c85e752b84
commit b6bc997e94
No known key found for this signature in database

@ -660,6 +660,7 @@ namespace ratgdo {
{ {
transmit(command); transmit(command);
this->pref_.save(&this->rollingCodeCounter); this->pref_.save(&this->rollingCodeCounter);
global_preferences->sync();
} }
void RATGDOComponent::register_child(RATGDOClient* obj) void RATGDOComponent::register_child(RATGDOClient* obj)