From c28b9c26badb12db8fc462824203a9e3f5db412c Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Fri, 12 Jul 2019 11:19:29 +0200 Subject: [PATCH] Use Platformio 3.6.7 with gitpod Latest 4.0. doesnt compile core 2.3.0 --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 38e7d7bfa403..31d2f5cb7d2f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,3 @@ tasks: - - before: pip install -U platformio + - before: pip install platformio==3.6.7 command: platformio run -e sonoff