mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 06:58:11 +01:00
[tests] `test2.yaml
` has become too large (#6750)
This commit is contained in:
parent
d7cb953994
commit
891f56b421
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
||||||
---
|
---
|
||||||
esphome:
|
esphome:
|
||||||
name: $devicename
|
name: $devicename
|
||||||
platform: ESP32
|
|
||||||
board: nodemcu-32s
|
|
||||||
build_path: build/test2
|
build_path: build/test2
|
||||||
|
|
||||||
|
esp32:
|
||||||
|
board: esp32dev
|
||||||
|
flash_size: 8MB
|
||||||
|
|
||||||
globals:
|
globals:
|
||||||
- id: my_global_string
|
- id: my_global_string
|
||||||
type: std::string
|
type: std::string
|
||||||
|
|
Loading…
Reference in a new issue