mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 13:43:00 +00:00
[rp2040] Add variant config option for RP2040/RP2350 (#16602)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
rp2040:
|
||||
variant: rp2040
|
||||
enable_full_printf: false
|
||||
|
||||
logger:
|
||||
|
||||
6
tests/components/rp2040/test.rp2040-pico2-ard.yaml
Normal file
6
tests/components/rp2040/test.rp2040-pico2-ard.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
rp2040:
|
||||
variant: rp2350
|
||||
enable_full_printf: false
|
||||
|
||||
logger:
|
||||
level: VERBOSE
|
||||
Reference in New Issue
Block a user