Skip to content

Commit

Permalink
Merge pull request letscontrolit#2499 from letscontrolit/bugfix/pio_4…
Browse files Browse the repository at this point in the history
…00_emptyflags

[PIO] Fix build issue with PIO core 4.0.0
  • Loading branch information
TD-er authored Jul 13, 2019
2 parents 7f5fdc4 + c093ddc commit e0b98eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ lib_deps = https://github.com/TD-er/ESPEasySerial.git
monitor_speed = 115200

[debug_flags]
build_flags = ""
build_flags =

[common]
board_build.f_cpu = 80000000L
build_flags = ${debug_flags.build_flags}
build_unflags = -DDEBUG_ESP_PORT
lib_deps = ""
lib_deps =
lib_ignore = ESP32_ping, ESP32WebServer, IRremoteESP8266
lib_ldf_mode = chain
lib_archive = false
Expand Down

0 comments on commit e0b98eb

Please sign in to comment.