mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +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:
|
||||
name: $devicename
|
||||
platform: ESP32
|
||||
board: nodemcu-32s
|
||||
build_path: build/test2
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
flash_size: 8MB
|
||||
|
||||
globals:
|
||||
- id: my_global_string
|
||||
type: std::string
|
||||
|
|
Loading…
Reference in a new issue