mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 06:45:48 +00:00
Mark webserver and captive portal as not available on rp2040 (#4023)
This commit is contained in:
@@ -8,6 +8,7 @@ CODEOWNERS = ["@OttoWinter"]
|
||||
CONFIG_SCHEMA = cv.All(
|
||||
cv.Schema({}),
|
||||
cv.only_with_arduino,
|
||||
cv.only_on(["esp32", "esp8266"]),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user