From fd3f77fb171c5d0acce493870634e416e98ee860 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 10 Sep 2020 15:06:06 +0200 Subject: [PATCH] Fix compile error on MAC See https://github.com/platformio/platformio-core/issues/3659 Thx @ivankravets --- platformio.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index ecf7d41ab..f70cfa812 100644 --- a/platformio.ini +++ b/platformio.ini @@ -11,7 +11,6 @@ description = Provide ESP8266 based devices with Web, MQTT and OTA firmware src_dir = tasmota build_dir = .pioenvs -workspace_dir = .pioenvs build_cache_dir = .cache extra_configs = platformio_tasmota32.ini platformio_tasmota_env.ini