From 9835fc3bd0116adefdcdab0f40f0eb625569887e Mon Sep 17 00:00:00 2001 From: Mountain-Eagle Date: Mon, 29 Aug 2022 07:16:31 +1000 Subject: [PATCH] Update gitpod.yml --- gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitpod.yml b/gitpod.yml index 0425a41..5e8eddf 100644 --- a/gitpod.yml +++ b/gitpod.yml @@ -1,5 +1,5 @@ tasks: - - command: pip3 install -U platformio && platformio run -e tasmota + - command: pip3 install -U platformio && platformio run -e esp8266 image: file: .gitpod.Dockerfile