1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

Fixed PlatformIO Build on DEV (#4422)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Expaso
2023-02-13 03:43:52 +01:00
committed by GitHub
parent 78f5c417a4
commit 7a2d7fdd19
8 changed files with 32 additions and 12 deletions

View File

@@ -185,6 +185,7 @@ build_flags =
[env:esp32-arduino]
extends = common:esp32-arduino
board = esp32dev
board_build.partitions = huge_app.csv
build_flags =
${common:esp32-arduino.build_flags}
${flags:runtime.build_flags}