From 7128e7f5a7b4b6152875e8a03a9c7ca53a49ea30 Mon Sep 17 00:00:00 2001 From: Mountain-Eagle Date: Tue, 30 Aug 2022 06:25:13 +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