This commit is contained in:
J. Nick Koston 2023-06-05 16:26:33 -05:00
parent c1c7f16769
commit 4990f40fff
No known key found for this signature in database
1 changed files with 21 additions and 22 deletions

View File

@ -13,8 +13,8 @@
#pragma once #pragma once
#include "esphome/core/component.h" #include "esphome/core/component.h"
#include "esphome/core/preferences.h"
#include "esphome/core/gpio.h" #include "esphome/core/gpio.h"
#include "esphome/core/preferences.h"
#include "SoftwareSerial.h" #include "SoftwareSerial.h"
extern "C" { extern "C" {
@ -135,7 +135,6 @@ namespace ratgdo {
void printRollingCode(); void printRollingCode();
void getRollingCode(const char* command); void getRollingCode(const char* command);
protected: protected:
ESPPreferenceObject pref_; ESPPreferenceObject pref_;
bool useRollingCodes_ { true }; bool useRollingCodes_ { true };