From b013526d27c8f5f6be4b12f526b3f5deaf468ae6 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Sat, 13 Jul 2019 15:29:15 +0200 Subject: [PATCH] added "build_dir" to make Core 2.3.0 compile with PlatformIO V.4.0. Change has no impact to older versions of PlatformIO --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 4dcfdea0744d..59fab723d0ee 100755 --- a/platformio.ini +++ b/platformio.ini @@ -9,6 +9,7 @@ [platformio] src_dir = sonoff +build_dir = .pioenvs ; *** Uncomment one of the lines below to build/upload only one environment ;env_default = sonoff