mirror of
https://github.com/esphome/esphome.git
synced 2025-06-19 06:45:49 +01:00
Implement Improv via Serial component (#2423)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
CODEOWNERS
esphome
components
captive_portal
esp32
esp8266
improv
improv_serial
logger
web_server
wifi
core
script
tests
@ -263,7 +263,11 @@ def highlight(s):
|
||||
@lint_re_check(
|
||||
r"^#define\s+([a-zA-Z0-9_]+)\s+([0-9bx]+)" + CPP_RE_EOL,
|
||||
include=cpp_include,
|
||||
exclude=["esphome/core/log.h", "esphome/components/socket/headers.h"],
|
||||
exclude=[
|
||||
"esphome/core/log.h",
|
||||
"esphome/components/socket/headers.h",
|
||||
"esphome/core/defines.h",
|
||||
],
|
||||
)
|
||||
def lint_no_defines(fname, match):
|
||||
s = highlight(
|
||||
|
Reference in New Issue
Block a user