Add next_url to improv serial component config (#4343)

This commit is contained in:
Jesse Hills
2023-01-25 14:37:01 +13:00
committed by GitHub
parent 4aac76c549
commit 79040c116d
8 changed files with 111 additions and 7 deletions
@@ -1,5 +1,6 @@
#pragma once
#include "esphome/components/improv_base/improv_base.h"
#include "esphome/components/wifi/wifi_component.h"
#include "esphome/core/component.h"
#include "esphome/core/defines.h"
@@ -27,7 +28,7 @@ enum ImprovSerialType : uint8_t {
static const uint8_t IMPROV_SERIAL_VERSION = 1;
class ImprovSerialComponent : public Component {
class ImprovSerialComponent : public Component, public improv_base::ImprovBase {
public:
void setup() override;
void loop() override;